summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/text.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.js b/test/text.js
index 842b900416..43ac76c33e 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' },