aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/jsx-entities.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/jsx-entities.jsx')
-rw-r--r--test/snippets/jsx-entities.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/snippets/jsx-entities.jsx b/test/snippets/jsx-entities.jsx
index ac5d32225..7123fd674 100644
--- a/test/snippets/jsx-entities.jsx
+++ b/test/snippets/jsx-entities.jsx
@@ -926,10 +926,7 @@ export function test() {
key = txt.value;
}
- console.assert(
- elements[rawKey] === key.codePointAt(0),
- `${key} is not ${elements[rawKey]}`,
- );
+ console.assert(elements[rawKey] === key.codePointAt(0), `${key} is not ${elements[rawKey]}`);
}
return testDone(import.meta.url);