Skip to content

Commit

Permalink
coverage for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuZZ-T committed Aug 14, 2022
1 parent 36132ac commit 1581c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:int": "jest --group=int",
"test:coverage": "jest --group=unit --coverage",
"test:int:coverage": "jest --group=int --coverage --coverage-directory=coverage-int",
"test:coverage:coveralls": "jest --group=unit --coverage --coverageReporters=text-lcov | coveralls",
"test:coverage:coveralls": "jest --group=int --coverage --coverageReporters=text-lcov | coveralls",
"test:debug": "node --inspect --inspect-brk node_modules/.bin/jest --group=unit --runInBand",
"test:int:debug": "node --inspect --inspect-brk node_modules/.bin/jest --group=int --runInBand",
"init:examples": "cd examples/ && npm install",
Expand Down

0 comments on commit 1581c09

Please sign in to comment.