Fix tests

This commit is contained in:
Robin Townsend
2023-06-30 18:45:32 -04:00
parent 17450b4531
commit 9704033dc8
3 changed files with 11 additions and 2 deletions

View File

@@ -8,7 +8,12 @@ module.exports = {
},
},
],
"@babel/preset-react",
[
"@babel/preset-react",
{
runtime: "automatic",
},
],
"@babel/preset-typescript",
],
plugins: ["babel-plugin-transform-vite-meta-env"],