Skip to content

Commit 57b15e7

Browse files
committed
Run tests only against src directory.
1 parent 2e75040 commit 57b15e7

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
@@ -21,7 +21,7 @@
2121
"main": "lib/index.js",
2222
"scripts": {
2323
"build": "babel src -d lib",
24-
"test": "jest"
24+
"test": "jest src"
2525
},
2626
"dependencies": {},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)