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