(fileName: string)
| 4 | import { containsToRegex } from "./_helpers/assert" |
| 5 | |
| 6 | const pathToFixture = (fileName: string) => path.join(__dirname, "_fixtures", fileName) |
| 7 | |
| 8 | test("fails on bad table reference", t => { |
| 9 | const error = t.throws(() => parseSourceFile(loadSourceFile(pathToFixture("syntax-error.ts")))) |