We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4140c6e + aea5552 commit 09ffa71Copy full SHA for 09ffa71
test/setup/platforms/index.ts
@@ -38,6 +38,7 @@ const kindOlmSetup: IPlatformSetup = {
38
config: kind.exportKubeConfig,
39
clean: kind.clean,
40
setupTester: kind.setupTester,
41
+ validateRequiredEnvironment: () => Promise.resolve(),
42
};
43
44
const eksSetup: IPlatformSetup = {
0 commit comments