Skip to content

Commit f71065b

Browse files
authored
Update package.json
1 parent 89b0445 commit f71065b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "action_git_HTML_CSS_JS",
33
"version": "1.0.0",
44
"scripts": {
5-
"test": "jest && deno test --allow-all tests/add.test-deno.js"
5+
"test": "jest",
6+
"test": "deno test --allow-all tests/add.test-deno.js",
67
},
78
"jest": {
89
"testMatch": [

0 commit comments

Comments
 (0)