test file end with -test.js

This commit is contained in:
Sebastian 2023-04-21 07:50:47 -03:00
parent c5c00e4da7
commit 0e9aa33241
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -74,7 +74,7 @@
},
"ava": {
"files": [
"lib/*test*"
"lib/*test.js"
]
}
}
}