monaco-editor/.mocharc.json

6 lines
62 B
JSON
Raw Normal View History

{
"delay": true,
"ui": "tdd",
"spec": "test/unit/all.js"
}