aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/caught-require.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/caught-require.js')
-rw-r--r--test/snippets/caught-require.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snippets/caught-require.js b/test/snippets/caught-require.js
index 6111d2b10..257cce4ec 100644
--- a/test/snippets/caught-require.js
+++ b/test/snippets/caught-require.js
@@ -9,7 +9,7 @@ try {
import("this-package-should-not-exist").then(
() => {},
- () => {}
+ () => {},
);
export async function test() {
@@ -24,7 +24,7 @@ export async function test() {
import("this-package-should-not-exist").then(
() => {},
- () => {}
+ () => {},
);
return testDone(import.meta.url);