Update reaction-lib.ts (#4580)
This commit is contained in:
parent
8ce1d4d6a3
commit
899f42c070
|
@ -8,6 +8,7 @@
|
||||||
* > mocha test/reaction-lib.ts --require ts-node/register -g 'test name'
|
* > mocha test/reaction-lib.ts --require ts-node/register -g 'test name'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
import * as assert from 'assert';
|
import * as assert from 'assert';
|
||||||
|
|
||||||
import { toDbReaction } from '../src/misc/reaction-lib';
|
import { toDbReaction } from '../src/misc/reaction-lib';
|
||||||
|
@ -89,3 +90,4 @@ describe('toDbReaction', async () => {
|
||||||
assert.strictEqual(await toDbReaction('unknown'), 'like');
|
assert.strictEqual(await toDbReaction('unknown'), 'like');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue