We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170c81c commit aa5651dCopy full SHA for aa5651d
1 file changed
ts-tests/index.ts
@@ -163,7 +163,6 @@ browserSettings = {
163
}
164
};
165
// With sync settings should return ISDK, if settings have async storage it should return IAsyncSDK
166
-SDK = SplitFactory(browserSettings);
167
SDK = SplitFactory(nodeSettings);
168
AsyncSDK = SplitFactory(asyncSettings);
169
BrowserSDK = SplitFactory(browserSettings);
0 commit comments