Skip to content

Commit

Permalink
test: fix unwanted self reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 20, 2020
1 parent bb853c4 commit 26befca
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
process.env.BABEL_DISABLE_CACHE = "true";
require("@babel/register").default({
require("../../..").default({
ignore: false,
});

0 comments on commit 26befca

Please sign in to comment.