next.js/test/development/basic/hmr/error-recovery-yes-base-path-no-asset-prefix.test.ts
error-recovery-yes-base-path-no-asset-prefix.test.ts8 lines262 B
import { runErrorRecoveryHmrTest } from './run-error-recovery-hmr-test.util'

const nextConfig = { basePath: '/docs', assetPrefix: '' }

describe(`HMR - Error Recovery, nextConfig: ${JSON.stringify(nextConfig)}`, () => {
  runErrorRecoveryHmrTest(nextConfig)
})
Quest for Codev2.0.0
/
SIGN IN