File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1313 "bugs" : {
1414 "url" : " https://github.com/CodeYourFuture/CYF-Coursework-Template/issues"
1515 },
16- "homepage" : " https://github.com/CodeYourFuture/CYF-Coursework-Template#readme" ,
17- "devDependencies" : {
18- "jest" : " ^30.3.0"
19- }
16+ "homepage" : " https://github.com/CodeYourFuture/CYF-Coursework-Template#readme"
2017}
Original file line number Diff line number Diff line change 11{
2+ "name" : " module-data-groups" ,
3+ "version" : " 1.0.0" ,
4+ "license" : " CC-BY-SA-4.0" ,
5+ "description" : " " ,
6+ "scripts" : {
7+ "test" : " jest" ,
8+ "format" : " prettier --write ."
9+ },
10+ "workspaces" : [
11+ " alarmclock" ,
12+ " quote-generator" ,
13+ " reading-list" ,
14+ " slideshow" ,
15+ " todo-list"
16+ ],
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/CodeYourFuture/Module-Data-Groups.git"
20+ },
21+ "bugs" : {
22+ "url" : " https://github.com/CodeYourFuture/Module-Data-Groups/issues"
23+ },
24+ "homepage" : " https://github.com/CodeYourFuture/Module-Data-Groups#readme" ,
225 "devDependencies" : {
3- "jest" : " ^30.3.0"
26+ "@testing-library/dom" : " ^10.4.0" ,
27+ "@testing-library/jest-dom" : " ^6.6.3" ,
28+ "@testing-library/user-event" : " ^14.6.1" ,
29+ "jest" : " ^30.0.4" ,
30+ "jest-environment-jsdom" : " ^30.0.4"
431 }
532}
You can’t perform that action at this time.
0 commit comments