Skip to content

Commit 6824ac4

Browse files
committedFeb 16, 2019
fix: test path for windows (attempt 1)
1 parent 108b08b commit 6824ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎e2e/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
transform: {
44
'\\.ts$': '<rootDir>/dist/index.js',
55
},
6-
testMatch: ['<rootDir>/e2e/__tests__/**/?(*.)+(spec|test).ts?(x)'],
6+
testMatch: ['<rootDir>/e2e/__tests__/**/*.test.ts'],
77
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
88
testEnvironment: 'node',
99
snapshotSerializers: [

0 commit comments

Comments
 (0)
Please sign in to comment.