Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Aug 25, 2019
1 parent 7469154 commit 4fe76fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion e2e/transform/babel-jest-ignored/babel.config.js
Expand Up @@ -6,5 +6,11 @@
*/

module.exports = {
only: ['blablabla', /jest-jasmine2/, /jest-circus/, /jest-each/],
only: [
'blablabla',
/jest-circus/,
/jest-each/,
/jest-jasmine2/,
/jest-source-map/,
],
};

0 comments on commit 4fe76fa

Please sign in to comment.