diff --git a/.mocharc.json b/.mocharc.json index 535922b..8be0148 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -9,6 +9,7 @@ "unhandled-rejections=strict" ], "spec": [ - "test/*.ts" + "test/*.ts", + "test/*/*.ts" ] }