We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e94c commit 4c1d72aCopy full SHA for 4c1d72a
integrations/integrations.spec.ts
@@ -87,7 +87,7 @@ describe('integrations', () => {
87
},
88
);
89
if (buildInstall.status !== 0) {
90
- throw new Error('next.js build failed');
+ throw new Error('esbuild build failed');
91
}
92
});
93
0 commit comments