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