Skip to content

Commit

Permalink
config: init jest.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Nov 14, 2023
1 parent 74dfffc commit 48ef5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transformIgnorePatterns: [`/node_modules/.*`],
transformIgnorePatterns: ['/node_modules/.*'],
transform: {
'^.+\\.ts?$': [
'ts-jest',
Expand All @@ -11,4 +11,5 @@ module.exports = {
},
],
},
modulePathIgnorePatterns: ['./build'],
};

0 comments on commit 48ef5d3

Please sign in to comment.