Skip to content

Commit 4df71c1

Browse files
committed
chore: ensure exported platform setup have the correct type
Easier to work with the type system, allows to see what are the available methods once you choose a platform.
1 parent f8cf16c commit 4df71c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/setup/platforms/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ export default {
6969
eks: eksSetup,
7070
openshift3: openshift3Setup,
7171
openshift4: openshift4Setup,
72+
} as {
73+
[key: string]: IPlatformSetup;
7274
};

0 commit comments

Comments
 (0)