File tree 3 files changed +2046
-41
lines changed
3 files changed +2046
-41
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ docker compose run --rm frontend pnpm install
30
30
# Run development server inside docker container
31
31
docker compose up
32
32
33
+ # Run test
34
+ docker compose run --rm frontend pnpm tests
35
+
33
36
# Optionally, execute other commands if necessary
34
37
docker compose run --rm frontend < command inside container>
35
38
docker compose run --rm frontend pnpm --version
Original file line number Diff line number Diff line change 40
40
"styled-components" : " ^6.1.1"
41
41
},
42
42
"devDependencies" : {
43
+ "@types/jest" : " ^29.5.12" ,
43
44
"@types/react" : " ^18.2.41" ,
44
45
"@types/react-calendar-heatmap" : " ^1.6.6" ,
45
46
"@types/react-dom" : " ^18.2.15" ,
51
52
"eslint" : " ^8.53.0" ,
52
53
"eslint-plugin-react-hooks" : " ^4.6.0" ,
53
54
"eslint-plugin-react-refresh" : " ^0.4.4" ,
55
+ "jest" : " ^29.7.0" ,
56
+ "ts-jest" : " ^29.1.4" ,
54
57
"typescript" : " ^5.2.2" ,
55
58
"vite" : " ^5.0.0" ,
56
59
"vite-plugin-imp" : " ^2.4.0"
You can’t perform that action at this time.
0 commit comments