mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
88ad471e33
An experimental test mode that enables integration tests to mock server-side fetch requests in Playwright tests. For explanation on how this works, see the [`next-playwright/README.md`](https://github.com/vercel/next.js/pull/52520/files#diff-3b8da7782c16f015df5afafe0ac11247f5b8e5a1c0dbede341ca2b5124dfd924).
2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
module.exports = require('../../dist/experimental/testmode/proxy')
|