Skip to content

Commit 8d0f2a7

Browse files
committed
Use jasmine2 test runner
1 parent 3c8be92 commit 8d0f2a7

File tree

3 files changed

+995
-868
lines changed

3 files changed

+995
-868
lines changed

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
'!**/node_modules/**',
99
],
1010

11+
testRunner: 'jest-jasmine2',
12+
1113
coverageProvider: 'babel',
1214

1315
// The directory where Jest should output its coverage files

0 commit comments

Comments
 (0)