Skip to content

Commit c2ca5f3

Browse files
committed
fix mock for new remix version
1 parent 3702ede commit c2ca5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mocks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { faker } from '@faker-js/faker'
66

77
const handlers = [
88
process.env.REMIX_DEV_HTTP_ORIGIN
9-
? rest.post(`${process.env.REMIX_DEV_HTTP_ORIGIN}/ping`, req =>
9+
? rest.post(`${process.env.REMIX_DEV_HTTP_ORIGIN}ping`, req =>
1010
req.passthrough(),
1111
)
1212
: null,

0 commit comments

Comments
 (0)