Skip to content

Commit

Permalink
Move test
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 24, 2022
1 parent 30eac82 commit c357523
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ import { nextBuild } from 'next-test-utils'
import { join } from 'path'

it('throws an error when prerendering a page with config dynamic error', async () => {
const appDir = join(__dirname, './app-dynamic-error')
const appDir = join(__dirname, '../../app-dynamic-error')
const { stderr, code } = await nextBuild(appDir, [], {
stderr: true,
stdout: true,
Expand Down

0 comments on commit c357523

Please sign in to comment.