summaryrefslogtreecommitdiff
path: root/tests/type-consistency/spec/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
-rw-r--r--tests/type-consistency/spec/index.ts4
1 files changed, 3 insertions, 1 deletions
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];