We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f98dde commit 6715cfaCopy full SHA for 6715cfa
test/e2e/baseFixture.ts
@@ -41,8 +41,6 @@ export const describe = (
41
authenticated: includeCredentials,
42
// This provides a cookie that authenticates with code-server.
43
storageState: includeCredentials ? storageState : {},
44
- // TODO@jsjoeio add note why we do this for testing cert stuff
45
- ignoreHTTPSErrors: true,
46
})
47
48
fn(codeServer)
0 commit comments