mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
fix core plugin test execution
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user