Skip to content

Commit

Permalink
Implemented Tests for different packages under common folder (#107)
Browse files Browse the repository at this point in the history
* tests

* response-time-test
  • Loading branch information
SHARJIDH committed Jun 6, 2024
1 parent 74adf67 commit 2a51737
Show file tree
Hide file tree
Showing 9 changed files with 1,106 additions and 78 deletions.
14 changes: 14 additions & 0 deletions packages/common/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/test/**/*.spec.ts'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
},
};
Loading

0 comments on commit 2a51737

Please sign in to comment.