Skip to content

Commit 2ec4970

Browse files
authored
Update package.json
1 parent 8a3f49d commit 2ec4970

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",
5+
"test-jest": "jest",
6+
"test-deno": "deno test --allow-all tests/add.test-deno.js"
67
},
78
"jest": {
89
"testMatch": [

0 commit comments

Comments
 (0)