Skip to content

Commit 384429f

Browse files
committed
test
1 parent f57a50d commit 384429f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/__snapshots__/search.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ exports[`search > should with namespace 1`] = `
124124

125125
exports[`search > should work 1`] = `
126126
[
127-
"/Users/ilyal/f/unplugin-vue-components/examples/vite-vue3/src/components/**/*.vue",
127+
"D:/a/unplugin-vue-components/unplugin-vue-components/examples/vite-vue3/src/components/**/*.vue",
128128
]
129129
`;
130130

test/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('search', () => {
1818
ctx.setRoot(root)
1919
ctx.searchGlob()
2020

21-
expect(ctx.options.globs).toMatch('D:/a/unplugin-vue-components/unplugin-vue-components/examples/vite-vue3/src/components/**/*.vue')
21+
expect(ctx.options.globs).toMatchSnapshot()
2222
expect(cleanup(ctx.componentNameMap)).toMatchSnapshot()
2323
})
2424

0 commit comments

Comments
 (0)