@@ -102,6 +102,7 @@ build_test(
102102 # babel ts_project
103103 ":babel" ,
104104 ":babel_typecheck" ,
105+ ":babel_typecheck_test" ,
105106 # babel outputted js
106107 "big.js" , # NOTE: does not implement out_dir in this test
107108 # tsc outputted dts
@@ -110,10 +111,12 @@ build_test(
110111 # no-emit for type-checking
111112 ":no-emit" ,
112113 ":no-emit_typecheck" ,
114+ ":no-emit_typecheck_test" ,
113115
114116 # babel outputted .js with no declarations
115117 ":no-declarations" ,
116118 ":no-declarations_typecheck" ,
119+ ":no-declarations_typecheck_test" ,
117120 "a.js" , # NOTE: does not implement out_dir in this test
118121 ],
119122)
@@ -162,6 +165,7 @@ build_test(
162165 ":custom_transpilers" ,
163166 ":custom_transpilers_types" ,
164167 ":custom_transpilers_typecheck" ,
168+ ":custom_transpilers_typecheck_test" ,
165169 "build-custom_transpilers/a.js" ,
166170 "build-custom_transpilers/a.d.ts" ,
167171 ],
@@ -232,6 +236,7 @@ build_test(
232236 ":custom_dts_transpiler" ,
233237 ":custom_dts_transpiler_types" ,
234238 ":custom_dts_transpiler_typecheck" ,
239+ ":custom_dts_transpiler_typecheck_test" ,
235240 "build-custom_dts_transpiler/a.js" ,
236241 "build-custom_dts_transpiler/a.d.ts" ,
237242 ],
@@ -261,6 +266,7 @@ build_test(
261266 targets = [
262267 ":custom_dts_transpiler-no_declarations" ,
263268 ":custom_dts_transpiler-no_declarations_typecheck" ,
269+ ":custom_dts_transpiler-no_declarations_typecheck_test" ,
264270 "build-custom_dts_transpiler-no_declarations/a.js" ,
265271 ],
266272)
@@ -288,6 +294,7 @@ build_test(
288294 targets = [
289295 ":custom_dts_transpiler-declarations_only" ,
290296 ":custom_dts_transpiler-declarations_only_typecheck" ,
297+ ":custom_dts_transpiler-declarations_only_typecheck_test" ,
291298 "build-custom_dts_transpiler-no_declarations/a.d.ts" ,
292299 ],
293300)
0 commit comments