diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2025-11-09 21:52:06 -0800 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2025-11-09 21:52:06 -0800 |
| commit | 190f85ff1ac23f952a7b4960638fee79495e249a (patch) | |
| tree | bb7616b31ea6ab0ef20e1b59536762d71ffbb2ae /tests/type-consistency/spec/index.ts | |
| parent | 413eaa284e164143c5416cdce5a1de0f9f992409 (diff) | |
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
| -rw-r--r-- | tests/type-consistency/spec/index.ts | 4 |
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]; |
