Skip to content

Commit 36fa76a

Browse files
committed
tests to dev deps
1 parent 020fcd8 commit 36fa76a

File tree

2 files changed

+43
-13
lines changed

2 files changed

+43
-13
lines changed

client/package-lock.json

Lines changed: 38 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.14.1",
7-
"@testing-library/react": "^11.2.7",
8-
"@testing-library/user-event": "^12.8.3",
96
"bootstrap": "^4.6.0",
107
"bootstrap-icons": "^1.5.0",
118
"jquery": "^3.6.0",
@@ -32,6 +29,11 @@
3229
"workbox-strategies": "^5.1.4",
3330
"workbox-streams": "^5.1.4"
3431
},
32+
"devDependencies": {
33+
"@testing-library/jest-dom": "^5.14.1",
34+
"@testing-library/react": "^11.2.7",
35+
"@testing-library/user-event": "^12.8.3"
36+
},
3537
"scripts": {
3638
"start": "react-scripts start",
3739
"build": "react-scripts build",

0 commit comments

Comments
 (0)