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
constexpectedErrorMsg='Validation Error: ["CF_API_KEY must be provided as environment variable.","CF_IMAGE must be provided as environment variable.","CF_RUNTIME_NAME must be provided as environment variable."]'
11
-
// expect(error.message).toBe(expectedErrorMsg)
10
+
expect(error.message).toBe(expectedErrorMsg)
12
11
return
13
12
}
14
13
fail(`should have thrown Validation Error`)
15
14
})
16
-
it('All OK',async()=>{//todo: change tests
15
+
it('not support both CF_HOST and CF_RUNTIME_NAME',async()=>{
0 commit comments