Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 9, 2024
1 parent 1ebceab commit 03fe885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/common/ExportRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class ExportRegistry implements IExportRegistry, IChunkRegistry {
private _revisions: any = null;
private _webpack_runtimes: any = {
// @ts-ignore
core: __webpack_require__,
core: window.testing ? null : __webpack_require__,
};

add(namespace: string, id: string, object: any): void {
Expand Down

0 comments on commit 03fe885

Please sign in to comment.