diff options
Diffstat (limited to 'integration/snapshots/export-default-module-hot.debug.js')
-rw-r--r-- | integration/snapshots/export-default-module-hot.debug.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/integration/snapshots/export-default-module-hot.debug.js b/integration/snapshots/export-default-module-hot.debug.js deleted file mode 100644 index a9de546d5..000000000 --- a/integration/snapshots/export-default-module-hot.debug.js +++ /dev/null @@ -1,6 +0,0 @@ -export default typeof module !== "undefined" && module.id; -export function test() { - testDone(import.meta.url); -} - -//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map |