Skip to content

Commit 4c1d72a

Browse files
committed
fix error
1 parent a90e94c commit 4c1d72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/integrations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('integrations', () => {
8787
},
8888
);
8989
if (buildInstall.status !== 0) {
90-
throw new Error('next.js build failed');
90+
throw new Error('esbuild build failed');
9191
}
9292
});
9393
});

0 commit comments

Comments
 (0)