Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(webpack): fix jest and update karma
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Apr 27, 2017
1 parent d65b628 commit 538c4e5
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 279 deletions.
8 changes: 4 additions & 4 deletions skeleton-esnext-webpack/package.json
Expand Up @@ -67,13 +67,13 @@
"jasmine-core": "2.6.1",
"jest": "19.0.2",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma": "1.6.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-mocha-reporter": "2.2.0",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-webpack": "2.0.3",
"nps": "5.0.5",
"nps": "5.1.0",
"nps-utils": "1.2.0",
"postcss-loader": "1.3.3",
"protractor": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion skeleton-esnext-webpack/test/jest-pretest.js
Expand Up @@ -2,5 +2,5 @@ import 'aurelia-polyfills';
import {Options} from 'aurelia-loader-nodejs';
import {globalize} from 'aurelia-pal-nodejs';
import * as path from 'path';
Options.relativeToDir = path.join(__dirname, 'unit');
Options.relativeToDir = path.join(__dirname, 'jest-unit');
globalize();

0 comments on commit 538c4e5

Please sign in to comment.