Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Oct 16, 2024
1 parent 47af194 commit f14fc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test('Should report an error event for errors thrown in getServerSideProps', asy
});
});

test.only('Should report an error event for errors thrown in getServerSideProps in pages with custom page extensions', async ({
test('Should report an error event for errors thrown in getServerSideProps in pages with custom page extensions', async ({
page,
}) => {
const errorEventPromise = waitForError('nextjs-13', errorEvent => {
Expand Down

0 comments on commit f14fc1e

Please sign in to comment.