We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8be92 commit 8d0f2a7Copy full SHA for 8d0f2a7
jest.config.js
@@ -8,6 +8,8 @@ module.exports = {
8
'!**/node_modules/**',
9
],
10
11
+ testRunner: 'jest-jasmine2',
12
+
13
coverageProvider: 'babel',
14
15
// The directory where Jest should output its coverage files
0 commit comments