From 8442ed67628e5d51e02b876d0f27479f9215bf0a Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 8 Nov 2025 17:30:19 -0800 Subject: add more tests, fix issues, add support for booleans --- tests/type-consistency/spec/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/type-consistency/spec/index.ts') diff --git a/tests/type-consistency/spec/index.ts b/tests/type-consistency/spec/index.ts index 9ef825f..4532493 100644 --- a/tests/type-consistency/spec/index.ts +++ b/tests/type-consistency/spec/index.ts @@ -1,4 +1,5 @@ import array from "./array"; import functions from "./function"; +import types from "./types"; -export default [array, functions]; +export default [array, functions, types]; -- cgit v1.2.3-70-g09d2