mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
Fix typo: complie -> compile
This commit is contained in:
parent
ff1bfc7073
commit
546c336a0b
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