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 89b0445 commit f71065bCopy full SHA for f71065b
package.json
@@ -2,7 +2,8 @@
2
"name": "action_git_HTML_CSS_JS",
3
"version": "1.0.0",
4
"scripts": {
5
- "test": "jest && deno test --allow-all tests/add.test-deno.js"
+ "test": "jest",
6
+ "test": "deno test --allow-all tests/add.test-deno.js",
7
},
8
"jest": {
9
"testMatch": [
0 commit comments