Skip to content

Commit

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

0 comments on commit 6824ac4

Please sign in to comment.