File size: 150 Bytes
1e92f2d | 1 2 3 4 5 6 | describe('get-project-dir', () => {
it('should not start dev server on require', async () => {
require('next/dist/lib/get-project-dir')
})
})
|
1e92f2d | 1 2 3 4 5 6 | describe('get-project-dir', () => {
it('should not start dev server on require', async () => {
require('next/dist/lib/get-project-dir')
})
})
|