react-code-dataset / next.js /test /development /basic /hmr /hot-module-reload-yes-base-path-no-asset-prefix.test.ts
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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)
})