Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 6, 2024
1 parent 8e00222 commit 470d927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.e2e.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ module.exports = {
},
prettierPath: null,
};

console.log("jest.e2e.config.js", module.exports);
6 changes: 6 additions & 0 deletions src/__e2e__/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 470d927

Please sign in to comment.