From 93992029bd349185d15de02e0f633e95c62695a9 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 9 Nov 2025 12:34:02 -0800 Subject: tostring test, fixes --- 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 4532493..b2da682 100644 --- a/tests/type-consistency/spec/index.ts +++ b/tests/type-consistency/spec/index.ts @@ -1,5 +1,6 @@ import array from "./array"; import functions from "./function"; import types from "./types"; +import tostring from "./tostring"; -export default [array, functions, types]; +export default [array, functions, types, tostring]; -- cgit v1.2.3-70-g09d2