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