diff options
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]; |
