Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Aug 25, 2017
1 parent 014b900 commit 33e321d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable */
require('babel-register');

const webpackConfig = {
output: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"chai": "^3.5.0",
"child-process-promise": "^2.0.2",
"colors": "^1.1.2",
"core-js": "^2.5.0",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
require('babel-polyfill');
require('core-js/fn/object/assign');
require('core-js');

const testsContext = require.context('.', true, /Spec.js$/);
testsContext.keys().forEach(testsContext);

0 comments on commit 33e321d

Please sign in to comment.