File size: 167 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
import 'e2e-utils'
process.env.NEXT_EXPERIMENTAL_COMPILE = '1'
if ((global as any).isNextStart) {
require('./index.test')
} else {
it('should skip', () => {})
}
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
import 'e2e-utils'
process.env.NEXT_EXPERIMENTAL_COMPILE = '1'
if ((global as any).isNextStart) {
require('./index.test')
} else {
it('should skip', () => {})
}
|