test: update *test* grammar
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
8538141600
commit
e139fbcf13
@ -26,7 +26,7 @@ describe('extractJSComments', () => {
|
|||||||
|
|
||||||
it('should throw an informative error if the JS is invalid', () => {
|
it('should throw an informative error if the JS is invalid', () => {
|
||||||
expect(() => extractJSComments(someInvalidJS)).toThrow(
|
expect(() => extractJSComments(someInvalidJS)).toThrow(
|
||||||
`extract-js-comments could not parse the code below, this challenge have invalid syntax:
|
`extract-js-comments could not parse the code below, this challenge has invalid syntax:
|
||||||
|
|
||||||
${someInvalidJS}
|
${someInvalidJS}
|
||||||
`
|
`
|
||||||
|
Reference in New Issue
Block a user