Skip to content

Commit 44940d9

Browse files
authored
fix: use correct path for optimisation of strip-literal (#8139)
1 parent 67b401a commit 44940d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/node/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default (parentServer: ParentBrowserProject, base = '/'): Plugin[] => {
241241
'vitest > @vitest/snapshot > magic-string',
242242
'vitest > chai',
243243
'vitest > chai > loupe',
244-
'vitest > strip-literal',
244+
'vitest > @vitest/runner > strip-literal',
245245
'vitest > @vitest/utils > loupe',
246246
'@vitest/browser > @testing-library/user-event',
247247
'@vitest/browser > @testing-library/dom',

0 commit comments

Comments
 (0)