Skip to content

Commit 7761151

Browse files
chore(deps): update dependency path-serializer to v0.2.2 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SoonIter <[email protected]>
1 parent aa5cd0e commit 7761151

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^18.3.11",
2525
"@types/react-dom": "^18.3.1",
2626
"fs-extra": "^11.2.0",
27-
"path-serializer": "0.1.3",
27+
"path-serializer": "0.2.2",
2828
"strip-ansi": "^7.1.0",
2929
"test-helper": "workspace:*",
3030
"tinyglobby": "^0.2.9"

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)