Require dotenv and tsconfig-paths for ava

This commit is contained in:
Sam Carlton 2022-04-30 14:44:43 -05:00
parent e2e47ef705
commit 095176866a

View file

@ -6,7 +6,9 @@
"private": true, "private": true,
"ava": { "ava": {
"require": [ "require": [
"esm" "dotenv/config",
"esm",
"tsconfig-paths/register"
] ]
}, },
"scripts": { "scripts": {