Skip to content

Commit

Permalink
fix: browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jul 22, 2020
1 parent bac244e commit 6fe3e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
"test-karma": "karma start",
"test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
"test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
"test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
"test": "npm run lint && npm run build && npm run test-all",
"prepublish": "npm run build && npm run bundle",
"watch": "watch \"npm run build\" ./lib/dot"
Expand Down
2 changes: 2 additions & 0 deletions spec/json-schema.spec.js
Expand Up @@ -18,10 +18,12 @@ var SKIP = {
"optional/zeroTerminatedFloats",
"optional/ecmascript-regex", // TODO only format needs to be skipped, too much is skipped here
"optional/format",
"format",
],
6: [
"optional/ecmascript-regex", // TODO only format needs to be skipped, too much is skipped here
"optional/format",
"format",
],
7: [
"optional/ecmascript-regex", // TODO only format needs to be skipped, too much is skipped here
Expand Down

0 comments on commit 6fe3e5f

Please sign in to comment.