File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6868 "coverage:upload" : " codecov -f coverage/coverage-final.json" ,
6969 "build" : " npm run clean && npm run lint && npm run compile && npm run bundle-tools" ,
7070 "smoke-test" : " npm run compile && extest setup-and-run out/test/ui/smoke-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max" ,
71- "public-ui-test" : " npm run compile && extest setup-and-run out/test/ui/public-ui-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max" ,
71+ "public-ui-test" : " npm run compile && extest setup-and-run out/test/ui/public-ui-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max -i " ,
7272 "postinstall" : " npx @electron/rebuild -v 22.3.5"
7373 },
7474 "dependencies" : {
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ export function checkOpenshiftView() {
9898
9999 it ( 'shows the default devfile registry' , async function test ( ) {
100100 this . timeout ( 10000 ) ;
101- await new Promise ( ( res ) => { setTimeout ( res , 6000 ) ; } ) ;
102101 const registry = await registries . findItem ( VIEWS . devFileRegistry ) ;
103102 expect ( registry ) . not . undefined ;
104103 } ) ;
You can’t perform that action at this time.
0 commit comments