diff --git a/jest.e2e.config.js b/jest.e2e.config.js index ebc023ee2..8827340f5 100644 --- a/jest.e2e.config.js +++ b/jest.e2e.config.js @@ -17,3 +17,5 @@ module.exports = { }, prettierPath: null, }; + +console.log("jest.e2e.config.js", module.exports); diff --git a/src/__e2e__/run.js b/src/__e2e__/run.js index c64e7becd..04ec9dc8e 100644 --- a/src/__e2e__/run.js +++ b/src/__e2e__/run.js @@ -9,6 +9,12 @@ async function run() { .alias("help", "h") .options(yargsOptions).argv; + console.log("running", { + ...argv, + config: path.join(root, "jest.e2e.config.js"), + runInBand: true, + }); + const results = await runCLI( { ...argv,