forked from FoundKeyGang/FoundKey
Fix typo: complie -> compile
This commit is contained in:
parent
0b8f8d87f6
commit
4081da6a00
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
const assert = require('assert');
|
const assert = require('assert');
|
||||||
|
|
||||||
const analyze = require('../src/common/text');
|
const analyze = require('../src/common/text');
|
||||||
//const complie = require('../src/web/app/common/scripts/text-compiler');
|
//const compile = require('../src/web/app/common/scripts/text-compiler');
|
||||||
|
|
||||||
describe('Text', () => {
|
describe('Text', () => {
|
||||||
it('is correctly analyzed', () => {
|
it('is correctly analyzed', () => {
|
||||||
|
|
Loading…
Reference in a new issue