Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 25ad37a

Browse files
committed
Add trailing comma
Issue #7
1 parent c329100 commit 25ad37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mocha.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('The gulp-w3c-html-validator reporter()', () => {
131131
path: 'spec/html/valid.html',
132132
cwd: 'spec/',
133133
base: 'spec/html/',
134-
contents: readFileSync('spec/html/valid.html')
134+
contents: readFileSync('spec/html/valid.html'),
135135
};
136136
const mockFile = new Vinyl(vinylOptions);
137137
const stream = htmlValidator.reporter();

0 commit comments

Comments
 (0)