Skip to content

Commit 1d31092

Browse files
committed
fixup! chore(coverage, docs): improve coverage, and add testing documentation
1 parent 999cc25 commit 1d31092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('index.mjs', () => {
217217
it('should throw for invalid input', () => {
218218
assert.throws(() => myFunction(undefined), {
219219
name: 'TypeError',
220-
message: 'Input cannot be undefined'
220+
message: 'Input cannot be undefined',
221221
});
222222
});
223223
});

0 commit comments

Comments
 (0)