react-code-dataset / next.js /test /development /basic /hmr /basic-yes-base-path-no-asset-prefix.test.ts
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { runBasicHmrTest } from './run-basic-hmr-test.util'
const nextConfig = { basePath: '/docs', assetPrefix: '' }
describe(`HMR - basic, nextConfig: ${JSON.stringify(nextConfig)}`, () => {
runBasicHmrTest(nextConfig)
})