File size: 223 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { runBasicHmrTest } from './run-basic-hmr-test.util'

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

describe(`HMR - basic, nextConfig: ${JSON.stringify(nextConfig)}`, () => {
  runBasicHmrTest(nextConfig)
})