Skip to content

Commit c7a80dc

Browse files
authored
Merge pull request akiran#499 from akiran/jest
jest test setup
2 parents 91a9f00 + 7b85143 commit c7a80dc

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
@@ -7,7 +7,7 @@
77
"start": "gulp server",
88
"prepublish": "babel ./src --out-dir ./lib && gulp dist",
99
"test": "jest",
10-
"dev-test": "karma start"
10+
"dev-test": "jest --watch"
1111
},
1212
"author": "Kiran Abburi",
1313
"license": "MIT",

0 commit comments

Comments
 (0)