Skip to content

Commit ae4164a

Browse files
committed
chore: update
1 parent 8354088 commit ae4164a

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
@@ -9,7 +9,7 @@ beforeAll(async () => {
99
contents = (await buildAndGetResults({ fixturePath, type: 'dts' })).contents;
1010
});
1111

12-
test('redirect.dts default - redirect.dts.path: true with redirect.dts.extension: false', async () => {
12+
test('redirect.dts.path: true with redirect.dts.extension: false - default', async () => {
1313
expect(contents.esm0).toMatchInlineSnapshot(`
1414
{
1515
"<ROOT>/tests/integration/redirect/dts/dist/default/esm/foo/foo.d.ts": "import { logRequest } from '../logger';

0 commit comments

Comments
 (0)