Skip to content

Commit

Permalink
chore(deps): add jest and testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Sep 26, 2021
1 parent b1e7d00 commit ef8e8f2
Show file tree
Hide file tree
Showing 2 changed files with 1,645 additions and 45 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"all-contributors-cli": "^6.20.0",
Expand All @@ -29,10 +30,12 @@
"eslint-config-galex": "2.15.2",
"eslint-config-next": "^11.0.0",
"husky": "^7.0.0",
"jest": "^27.2.2",
"lint-staged": ">=10",
"prettier": "2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"scripts": {
Expand All @@ -45,7 +48,8 @@
"install:clean": "rm -rf node_modules && rm yarn.lock && yarn",
"prepare": "husky install",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
"contributors:generate": "all-contributors generate",
"test": "jest"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "yarn lint",
Expand Down
Loading

0 comments on commit ef8e8f2

Please sign in to comment.