AVA hangs under Node.js v12.11.0
Description
AVA is hanging for me under Node.js v12.11.0 (which was released yesterday).
An example can be seen here on Travis (and I've reproduced it locally).
Everything works fine under v12.10.0.
Environment
- AVA: v2.4.0, v2.3.0, v2.2.0
- Node.js: v12.11.0
- npm: 6.11.3
- OS: Linux (Ubuntu 16.04.6 LTS, Arch)
Error Message & Stack Trace
The job times out on Travis after 10 minutes. Hitting Ctrl-C when running the tests locally produces the following output:
✖ Exiting due to SIGINT
1 tests were pending in test/tests/config-nunjucks-js/test.js
◌ config-nunjucks-js › test › config-nunjucks-js
1 tests were pending in test/tests/config-nunjucksrc/test.js
◌ config-nunjucksrc › test › config-nunjucksrc
1 tests were pending in test/tests/config-package-json/test.js
◌ config-package-json › test › config-package-json
1 tests were pending in test/tests/option-asset-type-dotted/test.js
◌ option-asset-type-dotted › test › option-asset-type-dotted```
Config
{
"ava": {
"files": [
"test/tests/*/test.js"
]
},
}
Command-Line Arguments
ava --verbose