react-code-dataset
/
next.js
/test
/development
/basic
/hmr
/full-reload-no-base-path-no-asset-prefix.test.ts
| import { runFullReloadHmrTest } from './run-full-reload-hmr-test.util' | |
| const nextConfig = { basePath: '', assetPrefix: '' } | |
| describe(`HMR - Full Reload, nextConfig: ${JSON.stringify(nextConfig)}`, () => { | |
| runFullReloadHmrTest(nextConfig) | |
| }) | |