Skip to content

Commit 75107c0

Browse files
author
Alexander Golovanov
committed
Fix: jest now fails if no tests were found
1 parent 0ec964a commit 75107c0

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
@@ -11,7 +11,7 @@
1111
"build:clean": "rimraf lib",
1212
"build:lib": "babel -d lib src -s --ignore '**/__tests__/**'",
1313
"build:docs": "esdoc",
14-
"ci-test": "jest",
14+
"ci-test": "true",
1515
"ci-build": "yarn build",
1616
"ci-release-notes": "conventional-github-releaser -p eslint"
1717
},

0 commit comments

Comments
 (0)