Skip to content

Commit 20b8936

Browse files
committed
Add jest to standard
1 parent e29afab commit 20b8936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A CLI for Torchlight - the syntax highlighting API",
55
"main": "index.js",
66
"scripts": {
7-
"test": "standard && jest"
7+
"test": "standard --env jest && jest"
88
},
99
"bin": {
1010
"torchlight": "index.js"

0 commit comments

Comments
 (0)