diff --git a/test/text.js b/test/text.js index 842b90041..43ac76c33 100644 --- a/test/text.js +++ b/test/text.js @@ -4,7 +4,7 @@ const analyze = require('../src/common/text'); //const complie = require('../src/web/app/common/scripts/text-compiler'); describe('Text', () => { - it('正しく解析される', () => { + it('is correctly analyzed', () => { const tokens = analyze('@himawari お腹ペコい #yryr'); assert.deepEqual([ { type: 'mention', content: '@himawari', username: 'himawari' },