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 8354088 commit ae4164aCopy full SHA for ae4164a
tests/integration/redirect/dts.test.ts
@@ -9,7 +9,7 @@ beforeAll(async () => {
9
contents = (await buildAndGetResults({ fixturePath, type: 'dts' })).contents;
10
});
11
12
-test('redirect.dts default - redirect.dts.path: true with redirect.dts.extension: false', async () => {
+test('redirect.dts.path: true with redirect.dts.extension: false - default', async () => {
13
expect(contents.esm0).toMatchInlineSnapshot(`
14
{
15
"<ROOT>/tests/integration/redirect/dts/dist/default/esm/foo/foo.d.ts": "import { logRequest } from '../logger';
0 commit comments