Skip to content

Commit 67a9d90

Browse files
authored
Merge pull request #121 from scalprum/bump-test-utils
chore(test-utils): trigger build
2 parents 5828612 + 6e71c6d commit 67a9d90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-test-utils/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-var */
21
import './overrides';
32
import { PluginManifest } from '@openshift/dynamic-plugin-sdk';
43
import { ScalprumProvider, ScalprumProviderProps, useScalprum } from '@scalprum/react-core';
@@ -9,6 +8,7 @@ import { AppsConfig, getModuleIdentifier, getScalprum } from '@scalprum/core';
98
type SharedScope = Record<string, Record<string, { loaded?: 1; get: () => Promise<unknown>; from: string; eager: boolean }>>;
109

1110
declare global {
11+
// eslint-disable-next-line no-var
1212
var __webpack_share_scopes__: SharedScope;
1313
// var fetch: typeof fetchInternal;
1414
}

0 commit comments

Comments
 (0)