Skip to content

Commit cae364c

Browse files
G-Rathljharb
authored andcommitted
[Tests] don't include output when nothing has been changed
1 parent 3ecc727 commit cae364c

File tree

8 files changed

+251
-683
lines changed

8 files changed

+251
-683
lines changed

tests/src/rule-tester.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export function withoutAutofixOutput(test) {
2+
return { ...test, output: test.code };
3+
}

0 commit comments

Comments
 (0)