Skip to content

Commit

Permalink
chore(test-utils): trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 26, 2024
1 parent 5828612 commit 6e71c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-test-utils/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-var */
import './overrides';
import { PluginManifest } from '@openshift/dynamic-plugin-sdk';
import { ScalprumProvider, ScalprumProviderProps, useScalprum } from '@scalprum/react-core';
Expand All @@ -9,6 +8,7 @@ import { AppsConfig, getModuleIdentifier, getScalprum } from '@scalprum/core';
type SharedScope = Record<string, Record<string, { loaded?: 1; get: () => Promise<unknown>; from: string; eager: boolean }>>;

declare global {
// eslint-disable-next-line no-var
var __webpack_share_scopes__: SharedScope;
// var fetch: typeof fetchInternal;
}
Expand Down

0 comments on commit 6e71c6d

Please sign in to comment.