From 9be53054a701f9d3bf019f8c7b7cf88ffabe6a2c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Oct 2024 23:31:47 +0100 Subject: [PATCH] chore: wip --- test/dts.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dts.test.ts b/test/dts.test.ts index e304868..2d16f63 100644 --- a/test/dts.test.ts +++ b/test/dts.test.ts @@ -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`)],