mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix test-api running unit tests as well
This file was added to support the mocha test explorer in vscode but it turns out it causes all calls to mocha to run the unit tests. I couldn't figure out how to ignore through args. Fixes #3777
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
require:
|
||||
- source-map-support/register
|
||||
spec:
|
||||
- out/**/*.test.js
|
||||
- addons/**/out/*.test.js
|
||||
watch-files:
|
||||
- out/**/*.js
|
||||
- addons/**/out/*.js
|
||||
reporter: spec
|
||||
color: true
|
||||
check-leaks: true
|
||||
Reference in New Issue
Block a user