Skip to content

Commit

Permalink
Fix broken test in dts.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 22, 2024
1 parent d35c6d7 commit 13e201a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/dts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,13 @@ test('.d.ts files should be cleaned when --clean and --experimental-dts are prov
const filesFoo = {
'package.json': `{ "name": "tsup-playground", "private": true }`,
'foo.ts': `export const foo = 1`,
'tsconfig.json': JSON.stringify(
{
compilerOptions: { skipLibCheck: true },
},
null,
2,
),
}

const filesFooBar = {
Expand Down

0 comments on commit 13e201a

Please sign in to comment.