Skip to content

Commit 68daf12

Browse files
committed
chore: fix the lint
1 parent edb4b1a commit 68daf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setupVitestTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ expect.addSnapshotSerializer(
1414
root: path.join(__dirname, '..'),
1515
features: {
1616
escapeDoubleQuotes: false,
17-
transformCLR: false
17+
transformCLR: false,
1818
},
1919
}),
2020
);

0 commit comments

Comments
 (0)