Skip to content

Commit 183a10d

Browse files
committed
Update tests
1 parent 72bbae7 commit 183a10d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"build:types": "tsc --emitDeclarationOnly",
1616
"build:js": "tsc",
1717
"lint": "eslint src/**/* && tsc --noEmit",
18-
"test": "./node_modules/.bin/jest --ci --verbose --forceExit --detectOpenHandles",
19-
"test:coverage": "./node_modules/.bin/jest --coverage --ci",
20-
"coverage": "./node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
18+
"test": "jest --ci --verbose --forceExit --detectOpenHandles --coverage",
19+
"test:coverage": "coveralls < coverage/lcov.info",
2120
"prepublishOnly": "npm run build"
2221
},
2322
"author": {

0 commit comments

Comments
 (0)