Skip to content

Commit 95ca0d8

Browse files
committed
ci: fix tests
1 parent 6ec4ab5 commit 95ca0d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/rules.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ function trimEveryLine(multiline) {
1919
.join("\n");
2020
}
2121

22-
test.each(scenario)(`Testing %s`, async (rule, expected) => {
22+
test.each(scenario)(`Test: %s`, async (rule, expected) => {
2323
let result;
2424
try {
2525
const cwd = path.resolve(process.cwd(), fixturesDirectory, rule);
26+
console.log(cwd);
2627
const output = await execa(command, args, { cwd: cwd });
2728
result = output.stdout;
2829
} catch (error) {

0 commit comments

Comments
 (0)