aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/export.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/export.js')
-rw-r--r--test/snippets/export.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snippets/export.js b/test/snippets/export.js
index fe0abfa53..2a757269f 100644
--- a/test/snippets/export.js
+++ b/test/snippets/export.js
@@ -23,7 +23,7 @@ export function test() {
}
console.assert(
powerLevel.description === "9001",
- "Symbol is not exported correctly"
+ "Symbol is not exported correctly",
);
return testDone(import.meta.url);
}