Skip to content

Commit

Permalink
Test that it respects the es-shim-api interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 21, 2020
1 parent 73c48c7 commit 34e9060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
},
"bugs": "https://github.com/mathiasbynens/String.fromCodePoint/issues",
"scripts": {
"test": "node tests/tests.js",
"pretest": "es-shim-api --bound",
"test": "npm run tests-only",
"tests-only": "node tests/tests.js",
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
"coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && cat coverage/lcov.info | coveralls; rm -rf coverage/lcov*"
},
Expand All @@ -39,6 +41,7 @@
"es-abstract": "^1.17.5"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0"
}
Expand Down

0 comments on commit 34e9060

Please # to comment.