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 ae4164a commit 49c0129Copy full SHA for 49c0129
tests/integration/redirect/dts.test.ts
@@ -7,7 +7,7 @@ let contents: Awaited<ReturnType<typeof buildAndGetResults>>['contents'];
7
beforeAll(async () => {
8
const fixturePath = path.resolve(__dirname, './dts');
9
contents = (await buildAndGetResults({ fixturePath, type: 'dts' })).contents;
10
-});
+}, 15000);
11
12
test('redirect.dts.path: true with redirect.dts.extension: false - default', async () => {
13
expect(contents.esm0).toMatchInlineSnapshot(`
0 commit comments