From b32604eef0cec59798cdfea53b82766819429717 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 8 Nov 2025 14:54:21 -0800 Subject: test generator harness --- tests/type-consistency/spec/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/type-consistency/spec/index.ts (limited to 'tests/type-consistency/spec/index.ts') diff --git a/tests/type-consistency/spec/index.ts b/tests/type-consistency/spec/index.ts new file mode 100644 index 0000000..9ef825f --- /dev/null +++ b/tests/type-consistency/spec/index.ts @@ -0,0 +1,4 @@ +import array from "./array"; +import functions from "./function"; + +export default [array, functions]; -- cgit v1.2.3-70-g09d2