We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925cc4 commit 6663732Copy full SHA for 6663732
packages/render/integrations/integrations.spec.ts
@@ -95,7 +95,7 @@ describe('integrations', () => {
95
96
beforeAll(() => {
97
$('npm install', nextLocation);
98
- });
+ }, 30_000);
99
100
describe('dev', () => {
101
let devServer: child_process.ChildProcess | undefined;
@@ -198,7 +198,7 @@ describe('integrations', () => {
198
199
200
$('npm install', viteLocation);
201
202
203
// The code being run after build has been modified by Vite and might run differently
204
it('should not error when rendering in vite preview', async () => {
0 commit comments