Skip to content

Commit 49c0129

Browse files
committed
chore: update
1 parent ae4164a commit 49c0129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/redirect/dts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let contents: Awaited<ReturnType<typeof buildAndGetResults>>['contents'];
77
beforeAll(async () => {
88
const fixturePath = path.resolve(__dirname, './dts');
99
contents = (await buildAndGetResults({ fixturePath, type: 'dts' })).contents;
10-
});
10+
}, 15000);
1111

1212
test('redirect.dts.path: true with redirect.dts.extension: false - default', async () => {
1313
expect(contents.esm0).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)