Skip to content

Commit 5962ad8

Browse files
authored
chore: setup integration tests package (#1342)
1 parent 38aef14 commit 5962ad8

18 files changed

Lines changed: 1614 additions & 940 deletions

File tree

packages/repack/src/loaders/assetsLoader/__tests__/assetsLoader.test.ts

Lines changed: 0 additions & 356 deletions
This file was deleted.

packages/repack/src/types/runtime-globals.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ declare var __webpack_hash__: string;
104104
declare var __repack__: RepackRuntimeGlobals.RepackRuntimeObject;
105105
declare var __webpack_require__: RepackRuntimeGlobals.WebpackRequire;
106106

107-
declare interface NodeModule {
108-
hot?: RepackRuntimeGlobals.HotApi;
107+
declare namespace NodeJS {
108+
interface Module {
109+
hot?: RepackRuntimeGlobals.HotApi;
110+
}
109111
}

0 commit comments

Comments
 (0)