You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.deepEqual("To continue, choose one of the following options: ",promptForChoiceData[0].message);
109
109
assert.deepEqual(['Sync to Playground','Try Cloud Operation','Configure for Local Builds','Skip Step and Configure Manually'],promptForChoiceData[0].choices);
110
110
});
111
-
it("should skip env chech when NS_SKIP_ENV_CHECK environment variable is passed",async()=>{
111
+
it("should skip env check when NS_SKIP_ENV_CHECK environment variable is passed",async()=>{
0 commit comments