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

Commit

Permalink
fix(configuration): Allow more test file names
Browse files Browse the repository at this point in the history
Appears my last change to leave this undefined breaks the integration tests.  It doesn't seem to break the real life behaviour of the package but that can be investigated some other time
  • Loading branch information
mshogren committed Feb 24, 2017
1 parent 14ca864 commit f54dfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JestTestRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const DEFAULT_OPTIONS: Object = {
setupFiles: [],
snapshotSerializers: [],
testEnvironment: 'jest-environment-jsdom',
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
testRunner: 'jest-jasmine2',
verbose: true
};
Expand Down

0 comments on commit f54dfc3

Please sign in to comment.