From 413eaa284e164143c5416cdce5a1de0f9f992409 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 9 Nov 2025 21:08:12 -0800 Subject: map + reduce --- tests/type-consistency/spec/index.ts | 4 +++- 1 file changed, 3 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 b2da682..780c20c 100644 --- a/tests/type-consistency/spec/index.ts +++ b/tests/type-consistency/spec/index.ts @@ -2,5 +2,7 @@ import array from "./array"; import functions from "./function"; import types from "./types"; import tostring from "./tostring"; +import mapreduce from "./mapReduce"; +import recursion from "./recursion"; -export default [array, functions, types, tostring]; +export default [array, functions, types, tostring, mapreduce, recursion]; -- cgit v1.2.3-70-g09d2