We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3f49d commit 2ec4970Copy full SHA for 2ec4970
package.json
@@ -2,7 +2,8 @@
2
"name": "action_git_HTML_CSS_JS",
3
"version": "1.0.0",
4
"scripts": {
5
- "test": "jest",
+ "test-jest": "jest",
6
+ "test-deno": "deno test --allow-all tests/add.test-deno.js"
7
},
8
"jest": {
9
"testMatch": [
0 commit comments