1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-19 04:50:44 +00:00

linter errors fixed

This commit is contained in:
ehhc
2018-08-25 18:39:29 +02:00
parent 39b4287c5e
commit ceca4c98a3
+1 -1
View File
@@ -1,5 +1,5 @@
const Typo = require('typo-js')
const CodeMirror = require('CodeMirror')
const CodeMirror = require('codeMirror')
jest.mock('typo-js')
const systemUnderTest = require('browser/lib/spellcheck')