From e139fbcf1384fdefa35a175a5bbbf0efb251b31a Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 27 Oct 2021 17:20:18 +0200 Subject: [PATCH] test: update *test* grammar Co-authored-by: Shaun Hamilton --- curriculum/test/utils/extract-js-comments.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/test/utils/extract-js-comments.test.js b/curriculum/test/utils/extract-js-comments.test.js index 79d2a9767d..9a41bc5e42 100644 --- a/curriculum/test/utils/extract-js-comments.test.js +++ b/curriculum/test/utils/extract-js-comments.test.js @@ -26,7 +26,7 @@ describe('extractJSComments', () => { it('should throw an informative error if the JS is invalid', () => { 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} `