Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 29, 2024
1 parent 138e4c0 commit 9be5305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ describe('dts-generation', () => {
const outputDir = join(testDir, 'output')
const generatedDir = join(testDir, 'generated')

it('should properly generate types for example-1', async () => {
const example = 'example-0001'
it('should properly generate types for variable example', async () => {
const example = 'variable'

const config: DtsGenerationOption = {
entrypoints: [join(inputDir, `${example}.ts`)],
Expand Down

0 comments on commit 9be5305

Please # to comment.