mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Update reaction-lib.ts (#4580)
This commit is contained in:
parent
0a7d696a37
commit
97d76809af
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
* > mocha test/reaction-lib.ts --require ts-node/register -g 'test name'
|
||||
*/
|
||||
|
||||
/*
|
||||
import * as assert from 'assert';
|
||||
|
||||
import { toDbReaction } from '../src/misc/reaction-lib';
|
||||
|
@ -89,3 +90,4 @@ describe('toDbReaction', async () => {
|
|||
assert.strictEqual(await toDbReaction('unknown'), 'like');
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue