There was an error while loading. Please reload this page.
1 parent 78eaad7 commit 87b768eCopy full SHA for 87b768e
1 file changed
spec/spellchecker-spec.js
@@ -79,7 +79,7 @@ for (let testAlwaysUseHunspell of [true, false]) {
79
it('returns true for fr', () => {
80
if (spellType !== 'hunspell' && IS_WINDOWS_CI) return;
81
expect(
82
- () => fixture.setDictionary('fr', dictionaryDirectory)
+ fixture.setDictionary('fr', dictionaryDirectory)
83
).toBe(true);
84
});
85
0 commit comments