File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/compass-e2e-tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,8 @@ if ('then' in parsedArgs && typeof parsedArgs.then === 'function') {
279279export const context = parsedArgs as CommonParsedArgs &
280280 Partial < DesktopParsedArgs & WebParsedArgs > ;
281281
282+ debug ( 'context:' , context ) ;
283+
282284export function isTestingDesktop ( ctx = context ) : ctx is DesktopParsedArgs {
283285 return testEnv === 'desktop' ;
284286}
Original file line number Diff line number Diff line change 1414 "test" : " xvfb-maybe --auto-servernum --server-args=\" -screen 0 1432x840x24\" -- ts-node index.ts" ,
1515 "test-ci" : " npm run test" ,
1616 "posttest-ci" : " npm run coverage-report" ,
17- "test-packaged" : " npm run test -- -- -- test-packaged-app" ,
17+ "test-packaged" : " npm run test -- --test-packaged-app" ,
1818 "test-packaged-ci" : " npm run test-ci -- -- --test-packaged-app" ,
1919 "reformat" : " npm run eslint . -- --fix && npm run prettier -- --write ." ,
2020 "start-server-1" : " mongodb-runner start --id=e2e-1 --topology=replset --secondaries=0 -- --port 27091" ,
You can’t perform that action at this time.
0 commit comments