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.
1 parent f8cf16c commit 4df71c1Copy full SHA for 4df71c1
test/setup/platforms/index.ts
@@ -69,4 +69,6 @@ export default {
69
eks: eksSetup,
70
openshift3: openshift3Setup,
71
openshift4: openshift4Setup,
72
+} as {
73
+ [key: string]: IPlatformSetup;
74
};
0 commit comments