File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
"start" : " symbiote start --env NODE_NO_WARNINGS=1 --" ,
75
75
"test" : " npm run test:package:unit --" ,
76
76
"test:package:all" : " symbiote test --env NODE_NO_WARNINGS=1 --tests all --coverage" ,
77
- "test:package:e2e" : " symbiote test --env NODE_NO_WARNINGS=1 --tests end-to-end " ,
77
+ "test:package:e2e" : " symbiote test --env NODE_NO_WARNINGS=1 --tests e2e-local " ,
78
78
"test:package:integration" : " symbiote test --env NODE_NO_WARNINGS=1 --tests integration" ,
79
79
"test:package:unit" : " symbiote test --env NODE_NO_WARNINGS=1 --tests unit type" ,
80
80
"test:packages:all" : " symbiote test --env NODE_NO_WARNINGS=1 --tests all --scope unlimited --coverage" ,
81
81
"test:packages:all:unit" : " symbiote test --env NODE_NO_WARNINGS=1 --tests unit type --scope unlimited --coverage"
82
82
},
83
83
"dependencies" : {
84
- "@whatwg-node/server" : " ^0.9.71 " ,
84
+ "@whatwg-node/server" : " ^0.10.1 " ,
85
85
"cookie" : " ^1.0.2" ,
86
86
"core-js" : " ^3.40.0"
87
87
},
You can’t perform that action at this time.
0 commit comments