Skip to content

Commit ed6ecdf

Browse files
committed
update
1 parent 7e7aa49 commit ed6ecdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/regression/generate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ async function main() {
1818
async function generate(schemaPath: string) {
1919
const generator = new TsSchemaGenerator();
2020
const outputDir = path.dirname(schemaPath);
21-
const tsPath = path.join(outputDir, 'schema.ts');
2221
const result = await loadDocument(schemaPath);
2322
if (!result.success) {
2423
throw new Error(`Failed to load schema from ${schemaPath}: ${result.errors}`);

0 commit comments

Comments
 (0)