diff --git a/test/.mocharc.yml b/test/.mocharc.yml index 5934e4b4..c6a989c7 100644 --- a/test/.mocharc.yml +++ b/test/.mocharc.yml @@ -2,7 +2,6 @@ color: true check-leaks: true recursive: true reporter: dot -interactive: false spec: "test/**/*.ts" ignore: "test/client/**" extension: ["ts", "js"]