Skip to content

Commit 4dfa015

Browse files
committed
fix: duh forgot the only
1 parent 030c3ec commit 4dfa015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/quotes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test('does not escape already-escaped double quotes', () => {
9494
expect(code).toMatchInlineSnapshot(`"const str = 'a"b';"`);
9595
});
9696

97-
test.only('correctly handle \\n\\r', () => {
97+
test('correctly handle \\n\\r', () => {
9898
const ast = load('const str = "a\\n\\rb"');
9999
clean(ast);
100100
const code = print(ast).code;

0 commit comments

Comments
 (0)