mirror of
https://github.com/thelounge/thelounge
synced 2024-11-25 05:20:21 +00:00
mocharc: Remove interactive
Interactive isn't a thing according to the help output or the config docs
This commit is contained in:
parent
29c5323bfd
commit
eeefeb229c
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ color: true
|
||||||
check-leaks: true
|
check-leaks: true
|
||||||
recursive: true
|
recursive: true
|
||||||
reporter: dot
|
reporter: dot
|
||||||
interactive: false
|
|
||||||
spec: "test/**/*.ts"
|
spec: "test/**/*.ts"
|
||||||
ignore: "test/client/**"
|
ignore: "test/client/**"
|
||||||
extension: ["ts", "js"]
|
extension: ["ts", "js"]
|
||||||
|
|
Loading…
Reference in a new issue