summaryrefslogtreecommitdiff
path: root/tests/type-consistency/generateAll.ts
blob: 15464aeb8e1fe7fc5fc40083b9a9f01d282d11dc (plain)
1
2
3
4
5
import harnesses from "./spec/index";

Promise.all(harnesses.map((harness) => harness.writeTests())).catch(
  (e) => `Failed to generate tests: ${e}`
);