Skip to content

Commit 3a7670f

Browse files
committed
chore: update
1 parent aed238a commit 3a7670f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-dts/tests/dts.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('getDtsEmitPath', () => {
2323
);
2424
expect(result).toBe('/dist-options');
2525
});
26+
2627
it('should return declarationDir when options.distPath is undefined', () => {
2728
const options: PluginDtsOptions = {};
2829
const result = getDtsEmitPath(

0 commit comments

Comments
 (0)