Skip to content

Commit 6323e17

Browse files
jahedmichael-ciniawsky
authored andcommitted
test: fix jest config and rename files (#258)
1 parent a78b301 commit 6323e17

File tree

6 files changed

+3425
-3421
lines changed

6 files changed

+3425
-3421
lines changed

jest.config.js

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
module.exports = {
2-
transformIgnorePatterns: [
3-
'/node_modules/',
4-
'<rootDir>/dist/',
5-
],
6-
watchPathIgnorePatterns: [
7-
'<rootDir>/test/js',
8-
],
2+
testURL: 'http://localhost/',
3+
transformIgnorePatterns: ['/node_modules/', '<rootDir>/dist/'],
4+
watchPathIgnorePatterns: ['<rootDir>/test/js'],
95
};

0 commit comments

Comments
 (0)