Skip to content

Commit eb2fc8a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
transform: {
55
'\\.ts$': '<rootDir>/dist/index.js',
66
},
7-
testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts?(x)'],
7+
testMatch: ['<rootDir>/src/**/*.spec.ts'],
88
collectCoverageFrom: [
99
'<rootDir>/src/**/*.ts',
1010
'!<rootDir>/src/**/*.d.ts',

0 commit comments

Comments
 (0)
Please sign in to comment.