Skip to content

Commit

Permalink
Merge pull request #14 from r3wt/coveralls-test
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
r3wt committed Feb 20, 2022
2 parents 48f8d83 + 2251842 commit 0ec2d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-models",
"homepage": "https://r3wt.github.io/use-models",
"version": "1.3.0",
"version": "1.3.1",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -24,6 +24,7 @@
"start": "run-s build example",
"test": "cross-env CI=1 react-scripts test --ci --testEnvironment=./src/setupJestEnv.js --setupFilesAfterEnv=./src/setupTests.ts",
"test:coverage": "npm test -- --coverage --watchAll=false --silent",
"coveralls":"cat ./coverage/lcov.info | coveralls",
"test:watch": "npm test -- --watchAll=true",
"test:debug": "cross-env react-scripts test --testEnvironment=./src/setupJestEnv.js --setupFilesAfterEnv=./src/setupTests.ts",
"example": "cd example && npm start",
Expand Down

0 comments on commit 0ec2d36

Please sign in to comment.