Skip to content

Commit

Permalink
feat(plugins): sonar plugin added
Browse files Browse the repository at this point in the history
sonar plugin added

ARC-101
  • Loading branch information
sadarunnisa-sf committed Aug 19, 2024
1 parent 4ef0518 commit baccd2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/app/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
// preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};

3 changes: 2 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"react-idle-timer": "^5.7.2",
"react-router": "6.11.2",
"react-router-dom": "6.11.2",
"react-use": "^17.2.4"
"react-use": "^17.2.4",
"ts-jest": "^29.2.4"
},
"devDependencies": {
"@backstage/test-utils": "^1.3.1",
Expand Down

0 comments on commit baccd2a

Please sign in to comment.