Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 70acbdb

Browse files
jordanpowell88wesleygrimes
authored andcommitted
bug(e2e): add e2e-spec to npm run e2e script (#104)
Closes #102
1 parent 885ca4f commit 70acbdb

File tree

3 files changed

+643
-45
lines changed

3 files changed

+643
-45
lines changed

e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
moduleFileExtensions: ['js', 'json', 'ts'],
33
rootDir: '.',
44
testEnvironment: 'node',
5-
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
5+
testMatch: ['**/+(*.)+(spec|test|e2e-spec).+(ts|js)?(x)'],
66
transform: {
77
'^.+\\.(ts|js|html)$' : 'ts-jest',
88
},

0 commit comments

Comments
 (0)