We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7eb38 commit 0850851Copy full SHA for 0850851
test/codemirror.spec.js
@@ -31,7 +31,7 @@ describe('uiCodemirror', function() {
31
delete window.CodeMirror;
32
expect(window.CodeMirror).toBeUndefined();
33
expect(compile)
34
- .toThrow(new Error('ui-codemirror need CodeMirror to work... (o rly?)'));
+ .toThrow(new Error('ui-codemirror needs CodeMirror to work... (o rly?)'));
35
window.CodeMirror = _CodeMirror;
36
});
37
0 commit comments