We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448eafc commit b6d5d8dCopy full SHA for b6d5d8d
1 file changed
tests/ci.js
@@ -292,7 +292,7 @@ describe('Testing elm-test on single Elm files', () => {
292
}
293
294
295
- it(`Should not crash the junit reportor on invalid characters`, () => {
+ it(`Should not crash the junit reporter on invalid characters`, () => {
296
const itsPath = path.join('tests', 'InvalidXMLCharacter', 'Test.elm');
297
const runResult = execElmTest([itsPath, '--report', 'junit'], cwd);
298
assertTestSuccess(runResult);
0 commit comments