Skip to content

Commit a2e8ead

Browse files
authored
chore: update snapshot (#291)
1 parent c5d9af3 commit a2e8ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rslint/tests/__snapshots__/api.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`applyFixes api > apply fixes with real diagnostics 1`] = `
66
const y = x as string;",
77
"output": [
88
"let x: string = "hello";
9-
const y = x ;",
9+
const y = x;",
1010
],
1111
}
1212
`;

0 commit comments

Comments
 (0)