| 4 | import { transpileFilesResult } from "./run"; |
| 5 | |
| 6 | interface DirectoryTestCase { |
| 7 | name: string; |
| 8 | options: tstl.CompilerOptions; |
| 9 | } |
| 10 | |
| 11 | test.each<DirectoryTestCase>([ |
| 12 | { name: "basic", options: {} }, |
nothing calls this directly
no outgoing calls
no test coverage detected