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:
Daniel Imms
2022-07-24 17:12:23 -07:00
parent cbb13aa4d4
commit 8c55c83e4a
-11
View File
@@ -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