Skip to content

Commit

Permalink
Merge branch 'add/cli-test-case' into fix/double-server-when-import
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 7, 2022
2 parents 4b3efd1 + f2e81b3 commit caddfcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/unit/get-project-dir.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('get-project-dir', () => {
it('should not start dev server on require', async () => {
require('next/dist/lib/get-project-dir')
})
})

0 comments on commit caddfcc

Please sign in to comment.