Skip to content

Commit

Permalink
fix: test path for windows (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Feb 16, 2019
1 parent 6824ac4 commit eb2fc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {
transform: {
'\\.ts$': '<rootDir>/dist/index.js',
},
testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts?(x)'],
testMatch: ['<rootDir>/src/**/*.spec.ts'],
collectCoverageFrom: [
'<rootDir>/src/**/*.ts',
'!<rootDir>/src/**/*.d.ts',
Expand Down

0 comments on commit eb2fc8a

Please sign in to comment.