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 aed238a commit 3a7670fCopy full SHA for 3a7670f
packages/plugin-dts/tests/dts.test.ts
@@ -23,6 +23,7 @@ describe('getDtsEmitPath', () => {
23
);
24
expect(result).toBe('/dist-options');
25
});
26
+
27
it('should return declarationDir when options.distPath is undefined', () => {
28
const options: PluginDtsOptions = {};
29
const result = getDtsEmitPath(
0 commit comments