Navigation Menu

Skip to content

Commit

Permalink
Update to jest 24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Mar 13, 2019
1 parent 22cb634 commit 917ab31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -51,7 +51,7 @@
"istanbul": "^0.4.5",
"jasmine": "~3.3.1",
"jasmine-core": "^3.1.0",
"jest": "^24.1.0",
"jest": "^24.5.0",
"karma": "4.0.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "2.2.0",
Expand Down Expand Up @@ -89,9 +89,11 @@
"setupFiles": [
"<rootDir>/test/promisePolyfill"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/common.js",
"setupFilesAfterEnv": [
"<rootDir>/test/common.js"
],
"testMatch": [
"<rootDir>/test/**.spec.js"
"<rootDir>/test/**/*.spec.js"
],
"testURL": "http://localhost/",
"transformIgnorePatterns": [
Expand Down

0 comments on commit 917ab31

Please sign in to comment.