File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ coverage/
55.nyc_output /
66dist /
77.cache /
8+ .parcel-cache /
89.vscode /
910cypress-coverage /
1011yarn.lock
Original file line number Diff line number Diff line change 22 "name" : " @cypress/code-coverage" ,
33 "version" : " 0.0.0-development" ,
44 "description" : " Saves the code coverage collected during Cypress tests" ,
5- "main" : " index.js" ,
65 "scripts" : {
76 "start" : " parcel serve cypress/index.html" ,
87 "coverage:verify" : " npx nyc report --check-coverage true --lines 80" ,
7372 "express" : " ^4.18.2" ,
7473 "lodash" : " 4.17.21" ,
7574 "markdown-link-check" : " 3.12.1" ,
76- "parcel-bundler " : " 1 .12.5 " ,
75+ "parcel" : " 2 .12.0 " ,
7776 "prettier" : " 3.2.5" ,
7877 "rimraf" : " 5.0.5" ,
7978 "semantic-release" : " 17.4.7" ,
Original file line number Diff line number Diff line change 44 </ nav >
55 < h2 > Test page</ h2 >
66 < p > Open the DevTools to see console messages</ p >
7- < script src ="app.js "> </ script >
7+ < script type =" module " src ="app.js "> </ script >
88</ body >
Original file line number Diff line number Diff line change 11< body >
22 < h2 > Test page</ h2 >
3- < script src ="app.js "> </ script >
3+ < script type =" module " src ="app.js "> </ script >
44</ body >
You can’t perform that action at this time.
0 commit comments