Skip to content

Commit eb2fc8a

Browse files
committed
fix: test path for windows (attempt 2)
1 parent 6824ac4 commit eb2fc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
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)