Skip to content

Commit

Permalink
fix: jestが落ちる対応(vuejs/vue-cli#1879
Browse files Browse the repository at this point in the history
    ({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){import "core-js/modules/es6.array.iterator";
                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

fix:
  • Loading branch information
takeshi-hirosue committed Mar 8, 2019
1 parent a634171 commit ecab90c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"testMatch": [
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
],
"transformIgnorePatterns": [
"/node_modules/.*"
],
"testURL": "http://localhost/"
}
}

0 comments on commit ecab90c

Please sign in to comment.