From ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sat, 31 Dec 2016 02:38:40 +0900 Subject: [PATCH] Update test --- test/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },