mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Update test
This commit is contained in:
parent
732ebd4c92
commit
642772f0f0
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user