Skip to content

Commit 04e919e

Browse files
committed
test: add split code test
1 parent b3393ca commit 04e919e

File tree

14 files changed

+2170
-2
lines changed

14 files changed

+2170
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ package-lock.json
66
.env*
77
*.log
88
private_npm_cache
9-
test/code
109
debug

scripts/testCodeGen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const main = () => {
115115
});
116116
generateTypedefWithTemplateCode("test/infer.domain/index.yml", "test/code/typedef-with-template/infer.domain.ts", false, { sync: false });
117117

118-
119118
generateSplitCode("test/api.test.domain/index.yml", "test/code/split");
120119
};
121120

0 commit comments

Comments
 (0)