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