Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 15, 2023
1 parent cb097b7 commit 0cf5012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test('Passes in the react-passing test project', async () => {

test('Passes in the next-js-passing test project', async () => {
const { stdout, stderr } = await execaCommand(
'../../../../bin/preflight.js',
`${process.cwd()}/bin/preflight.js`,
{
cwd: `${fixturesTempDir}/next-js-passing`,
},
Expand Down

0 comments on commit 0cf5012

Please sign in to comment.