Skip to content

Commit 96800a2

Browse files
committed
chore: fix
1 parent 3538514 commit 96800a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/setupVitestTests.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ beforeEach(() => {
1111

1212
expect.addSnapshotSerializer(
1313
createSnapshotSerializer({
14-
workspace: path.join(__dirname, '..'),
15-
cwd: path.join(__dirname, '..'),
14+
root: path.join(__dirname, '..'),
1615
features: {
17-
ansiDoubleQuotes: false,
16+
escapeDoubleQuotes: false
1817
},
1918
}),
2019
);

0 commit comments

Comments
 (0)