Skip to content

Commit 0445808

Browse files
test: update formatter
1 parent 3a2a87b commit 0445808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/formatter-write.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ describe('formatter write', () => {
99
it('should write results to relative file with a custom formatter', (done) => {
1010
const outputFilename = 'outputReport-relative.txt';
1111
const config = conf('error', {
12-
formatter: 'html',
12+
formatter: 'json',
1313
outputReport: {
14-
formatter: 'html',
14+
formatter: 'json',
1515
filePath: outputFilename,
1616
},
1717
});

0 commit comments

Comments
 (0)