chore: add CircleCI and Coveralls
Showing
.circleci/config.yml
0 → 100644
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
"dev": "tsc -b -w --pretty", | "dev": "tsc -b -w --pretty", | ||
"prepare": "npm run build", | "prepare": "npm run build", | ||
"lint": "tslint src", | "lint": "tslint src", | ||
"test": "jest", | "test": "jest --coverage", | ||
"test:watch": "jest --watch" | "test:watch": "jest --watch" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
... | @@ -34,6 +34,7 @@ | ... | @@ -34,6 +34,7 @@ |
"@types/react": "^16.7.18", | "@types/react": "^16.7.18", | ||
"@types/react-dom": "^16.0.11", | "@types/react-dom": "^16.0.11", | ||
"@types/react-router-dom": "^4.3.1", | "@types/react-router-dom": "^4.3.1", | ||
"coveralls": "^3.0.3", | |||
"jest": "^24.5.0", | "jest": "^24.5.0", | ||
"jest-environment-jsdom": "^24.5.0", | "jest-environment-jsdom": "^24.5.0", | ||
"react-testing-library": "^6.0.0", | "react-testing-library": "^6.0.0", | ||
... | ... |
Please
register
or
sign in
to comment