mirror of
https://github.com/flarum/core.git
synced 2025-08-14 20:34:10 +02:00
fix: tests
This commit is contained in:
@@ -93,7 +93,7 @@ export default class ExportRegistry implements IExportRegistry, IChunkRegistry {
|
|||||||
private _revisions: any = null;
|
private _revisions: any = null;
|
||||||
private _webpack_runtimes: any = {
|
private _webpack_runtimes: any = {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
core: __webpack_require__,
|
core: window.testing ? null : __webpack_require__,
|
||||||
};
|
};
|
||||||
|
|
||||||
add(namespace: string, id: string, object: any): void {
|
add(namespace: string, id: string, object: any): void {
|
||||||
|
Reference in New Issue
Block a user