mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
linter errors fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const Typo = require('typo-js')
|
const Typo = require('typo-js')
|
||||||
const CodeMirror = require('codeMirror')
|
const CodeMirror = require('codemirror')
|
||||||
jest.mock('typo-js')
|
jest.mock('typo-js')
|
||||||
|
|
||||||
const systemUnderTest = require('browser/lib/spellcheck')
|
const systemUnderTest = require('browser/lib/spellcheck')
|
||||||
|
|||||||
Reference in New Issue
Block a user