summaryrefslogtreecommitdiff
path: root/tests/type-consistency/spec/index.ts
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-11-09 12:34:02 -0800
committerKai Stevenson <kai@kaistevenson.com>2025-11-09 12:34:02 -0800
commit93992029bd349185d15de02e0f633e95c62695a9 (patch)
tree3fef46b489750d622d9e803aad16cc90e8a95210 /tests/type-consistency/spec/index.ts
parent8442ed67628e5d51e02b876d0f27479f9215bf0a (diff)
tostring test, fixesHEADmaster
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
-rw-r--r--tests/type-consistency/spec/index.ts3
1 files changed, 2 insertions, 1 deletions
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];