diff options
Diffstat (limited to 'integration/snapshots/void-shouldnt-delete-call-expressions.debug.js')
-rw-r--r-- | integration/snapshots/void-shouldnt-delete-call-expressions.debug.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js b/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js deleted file mode 100644 index 5620ead56..000000000 --- a/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js +++ /dev/null @@ -1,12 +0,0 @@ -var was_called = false; -function thisShouldBeCalled() { - was_called = true; -} -thisShouldBeCalled(); -export function test() { - if (!was_called) - throw new Error("Expected thisShouldBeCalled to be called"); - return testDone(import.meta.url); -} - -//# sourceMappingURL=http://localhost:8080/void-shouldnt-delete-call-expressions.js.map |