Skip to content

Commit 2e45365

Browse files
committed
install jest
1 parent 3f8c890 commit 2e45365

File tree

3 files changed

+2440
-23
lines changed

3 files changed

+2440
-23
lines changed

frontend/jest.config.js

Whitespace-only changes.

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
"scripts": {
77
"build": "webpack --mode production",
88
"dev": "webpack-dev-server",
9+
"test": "jest",
910
"typecheck": "tsc -p . --noEmit"
1011
},
1112
"devDependencies": {
13+
"@types/jest": "^25.2.3",
1214
"@types/react": "^16.9.35",
1315
"@types/react-dom": "^16.9.8",
1416
"css-loader": "^3.5.3",
1517
"html-webpack-plugin": "^4.3.0",
18+
"jest": "^26.0.1",
1619
"style-loader": "^1.2.1",
1720
"ts-loader": "^7.0.4",
1821
"typescript": "^3.9.3",

0 commit comments

Comments
 (0)