Skip to content
Snippets Groups Projects
Commit 4081da6a authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: complie -> compile

parent 0b8f8d87
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
const assert = require('assert');
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', () => {
it('is correctly analyzed', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment