mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean and configure ava to use helper test files
This commit is contained in:
parent
927fa001f9
commit
a577d50433
1 changed files with 84 additions and 80 deletions
|
|
@ -5,6 +5,10 @@
|
||||||
"author": "Sam Carlton",
|
"author": "Sam Carlton",
|
||||||
"private": true,
|
"private": true,
|
||||||
"ava": {
|
"ava": {
|
||||||
|
"files": [
|
||||||
|
"test/**/*",
|
||||||
|
"helpers/**/*.test.js"
|
||||||
|
],
|
||||||
"require": [
|
"require": [
|
||||||
"esm"
|
"esm"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue