mocharc: Remove interactive

Interactive isn't a thing according to the help output or the
config docs
This commit is contained in:
Reto Brunner 2024-01-27 15:04:23 +01:00
parent 29c5323bfd
commit eeefeb229c

View file

@ -2,7 +2,6 @@ color: true
check-leaks: true
recursive: true
reporter: dot
interactive: false
spec: "test/**/*.ts"
ignore: "test/client/**"
extension: ["ts", "js"]