Skip to content

Commit a3febb6

Browse files
test: show which test file is active
1 parent 53553c8 commit a3febb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/suite/integration/probs.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const prepDevice = async (device) => {
2727
};
2828

2929
module.exports = {
30-
async setupFile() {
30+
async setupFile(file) {
31+
console.log("[PREP]", file);
3132
resetFixture(workspaceDir);
3233
/** @type {PyMakr} */
3334
let pymakr;

0 commit comments

Comments
 (0)