Skip to content

Commit

Permalink
fix: test regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 9, 2023
1 parent 3a447d8 commit 3ffbcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Expand Up @@ -5,8 +5,8 @@ module.exports = {
'\\.(mjs|js)$': 'babel-jest',
},
transformIgnorePatterns: [
'node_modules/!(@energyweb/ekc)',
'node_modules/.+\\.!(mjs)$',
'node_modules/(?!@energyweb/ekc)',
'node_modules/.+(?!\\.mjs)$',
],
testEnvironment: 'node',
testRegex: '(/(e2e|src)/(.|\\.)*\\.(e2e|spec)\\.ts$)',
Expand Down

0 comments on commit 3ffbcab

Please sign in to comment.