mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Require dotenv and tsconfig-paths for ava
This commit is contained in:
parent
e2e47ef705
commit
095176866a
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"ava": {
|
"ava": {
|
||||||
"require": [
|
"require": [
|
||||||
"esm"
|
"dotenv/config",
|
||||||
|
"esm",
|
||||||
|
"tsconfig-paths/register"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue