summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 02:38:40 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 02:38:40 +0900
commited24e607ac47d8b541f6bb6fd4ed3c2befb59f8e (patch)
tree3bad9a0a85ce5f56c8fe9cc4d412eeb9ffba5620 /test
parentUpdate type definition (diff)
downloadsharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.tar.gz
sharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.tar.bz2
sharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.zip
Update test
Diffstat (limited to 'test')
-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' },