excluding non-tests from being run

This commit is contained in:
MS 2021-04-28 10:18:30 +02:00
parent 0573f8a4a0
commit faf83181de
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -40,6 +40,9 @@
"ava": {
"require": [
"esm"
],
"files": [
"lib/*test*"
]
}
}