next.js/test/development/basic/hmr/basic-yes-base-path-yes-asset-prefix.test.ts
basic-yes-base-path-yes-asset-prefix.test.ts8 lines241 B
import { runBasicHmrTest } from './run-basic-hmr-test.util'

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

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