summaryrefslogtreecommitdiff
path: root/tests/type-consistency/spec/index.ts
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-11-09 21:52:06 -0800
committerKai Stevenson <kai@kaistevenson.com>2025-11-09 21:52:06 -0800
commit190f85ff1ac23f952a7b4960638fee79495e249a (patch)
treebb7616b31ea6ab0ef20e1b59536762d71ffbb2ae /tests/type-consistency/spec/index.ts
parent413eaa284e164143c5416cdce5a1de0f9f992409 (diff)
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
-rw-r--r--tests/type-consistency/spec/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/type-consistency/spec/index.ts b/tests/type-consistency/spec/index.ts
index 780c20c..c9b8c7a 100644
--- a/tests/type-consistency/spec/index.ts
+++ b/tests/type-consistency/spec/index.ts
@@ -2,7 +2,7 @@ import array from "./array";
import functions from "./function";
import types from "./types";
import tostring from "./tostring";
-import mapreduce from "./mapReduce";
+import mapreducefilter from "./mapReduceFilter";
import recursion from "./recursion";
-export default [array, functions, types, tostring, mapreduce, recursion];
+export default [array, functions, types, tostring, mapreducefilter, recursion];