fix tests

This commit is contained in:
2023-05-16 02:47:05 -04:00
parent 70851a9d2c
commit 81ba6d2cf2
5 changed files with 840 additions and 201 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = (api) => {
api.cache(false); // set cache as true/false
return {
presets: ["@babel/preset-env"],
// optional if you want to use local .babelrc files
babelrcRoots: [".", "injector", "preload", "renderer"],
};
};