react-code-dataset
/
next.js
/test
/development
/basic
/hmr
/error-recovery-yes-base-path-no-asset-prefix.test.ts
| import { runErrorRecoveryHmrTest } from './run-error-recovery-hmr-test.util' | |
| const nextConfig = { basePath: '/docs', assetPrefix: '' } | |
| describe(`HMR - Error Recovery, nextConfig: ${JSON.stringify(nextConfig)}`, () => { | |
| runErrorRecoveryHmrTest(nextConfig) | |
| }) | |