Update reaction-lib.ts (#4580)

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-26 22:24:46 +09:00 committed by syuilo
parent 8ce1d4d6a3
commit 899f42c070

View file

@ -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');
});
});
*/