Skip to content

Commit

Permalink
tweak duplicate mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Jul 20, 2024
1 parent c3bd29b commit a76a3ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ vi.mock('/C:/proj/web/dist/ssr/entry-server.mjs', () => {
registerMiddleware: distRegisterMwMock,
}
})
vi.mock('/C:/proj/web/dist/ssr/entry-server.mjs', () => {
vi.mock('C:/proj/web/dist/ssr/entry-server.mjs', () => {
return {
registerMiddleware: distRegisterMwMock,
}
Expand Down

0 comments on commit a76a3ac

Please sign in to comment.