next.js/test/unit/get-project-dir.test.ts
get-project-dir.test.ts6 lines150 B
describe('get-project-dir', () => {
  it('should not start dev server on require', async () => {
    require('next/dist/lib/get-project-dir')
  })
})
Quest for Codev2.0.0
/
SIGN IN