Skip to content

Commit 34cee90

Browse files
committed
update name of test to include _error
1 parent 354806e commit 34cee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ describe('webpack config', () => {
403403
);
404404
});
405405

406-
it('does not inject anything into non-_app, non-API routes', async () => {
406+
it('does not inject anything into non-_app, non-_error, non-API routes', async () => {
407407
const finalWebpackConfig = await materializeFinalWebpackConfig({
408408
userNextConfig,
409409
incomingWebpackConfig: clientWebpackConfig,

0 commit comments

Comments
 (0)