We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0888b17 commit 22384ffCopy full SHA for 22384ff
packages/create-email/src/index.spec.ts
@@ -38,7 +38,7 @@ describe('automatic setup', () => {
38
expect(exportProcess.status, 'export should return status code 0').toBe(0);
39
});
40
41
- test.sequential('type checking', () => {
+ test.sequential('type checking', { timeout: 10_000 }, () => {
42
const typecheckingProcess = spawnSync('npx', ['tsc'], {
43
shell: true,
44
cwd: starterPath,
0 commit comments