Skip to content

Commit

Permalink
Fixed disableregexprestore.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 14, 2017
1 parent c17555b commit edc04c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build:data": "babel-node scripts/build-data",
"build": "npm run build:data",
"lint": "eslint .",
"test": "cd tests && babel-node sanity.js && node disableregexprestore.js && node noderunner.js",
"test": "cd tests && babel-node sanity.js && babel-node disableregexprestore.js && node noderunner.js",
"pretest": "npm run lint",
"preversion": "npm run clean && npm run build && npm run test",
"prepublish": "npm run clean && npm run build"
Expand Down
3 changes: 2 additions & 1 deletion tests/disableregexprestore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var IntlPolyfill = require('../');
import IntlPolyfill from "../"
import "../locale-data/complete"

function assertEqual(value, expected, message) {
console.log(message);
Expand Down

0 comments on commit edc04c5

Please sign in to comment.