Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Dec 2, 2022
1 parent 36a251f commit 20abfde
Show file tree
Hide file tree
Showing 4 changed files with 1,411 additions and 1,381 deletions.
5 changes: 2 additions & 3 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
testEnvironment: 'node',
verbose: true,
forceExit: true,
detectOpenHandles: true,
maxWorkers: 1,
coveragePathIgnorePatterns: [
'/cjs/',
Expand All @@ -15,7 +13,8 @@ module.exports = {
testRegex: '.*\\.spec\\.ts$',
transform: {
'^.+.ts?$': ['ts-jest', {
'tsconfig': '<rootDir>/test/tsconfig.json'
'tsconfig': '<rootDir>/test/tsconfig.json',
'isolatedModules': true
}]
},
moduleNameMapper: {
Expand Down

0 comments on commit 20abfde

Please sign in to comment.