Fix tests

This commit is contained in:
Yuya Ochiai
2018-04-10 20:51:07 +09:00
parent 3dfb9144f1
commit 8432a1ec16
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
const path = require('path');
import path from 'path';
const SpellChecker = require('../../src/main/SpellChecker');
import SpellChecker from '../../src/main/SpellChecker';
describe('main/Spellchecker.js', function() {
describe('getSpellCheckerLocale()', () => {