fix core plugin test execution

This commit is contained in:
Sebastian Sdorra
2019-10-09 12:14:41 +02:00
parent 9bb2a76689
commit 76a6bba80c
11 changed files with 12 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
const path = require("path");
const { createTransformer } = require("babel-jest");
const packagePath = path.resolve(__dirname, "../");
const packagePath = path.resolve(__dirname, "..");
const packageGlob = path.join(packagePath, "*");
const currentDirectory = path.join(process.cwd());