Skip to content

Commit

Permalink
Add jest-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 26, 2020
1 parent 702013e commit f52ec64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 203 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": "browserslist/browserslist",
"scripts": {
"spell": "yarn api && yaspeller-ci *.md",
"test": "jest --coverage && eslint-ci . && size-limit && yarn spell",
"test": "jest-ci --coverage && eslint-ci . && size-limit && yarn spell",
"api": "documentation build *.js -f md -o api.md",
"clean": "rimraf api.md coverage/"
},
Expand Down Expand Up @@ -48,6 +48,7 @@
"fs-extra": "^8.1.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-ci": "^0.1.1",
"lint-staged": "^10.0.8",
"rimraf": "^3.0.2",
"size-limit": "^4.0.2",
Expand Down
Loading

0 comments on commit f52ec64

Please sign in to comment.