diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-03-26 22:24:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-03-26 22:24:46 +0900 |
| commit | 899f42c07013541de6517b2eecb6f8e459095eeb (patch) | |
| tree | 15356eb13652f75bca2889fe72b29a6c1d8d5408 | |
| parent | Fix #4576 (#4579) (diff) | |
| download | sharkey-899f42c07013541de6517b2eecb6f8e459095eeb.tar.gz sharkey-899f42c07013541de6517b2eecb6f8e459095eeb.tar.bz2 sharkey-899f42c07013541de6517b2eecb6f8e459095eeb.zip | |
Update reaction-lib.ts (#4580)
| -rw-r--r-- | test/reaction-lib.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/reaction-lib.ts b/test/reaction-lib.ts index 5a128ad7cc..2f6c8ea81b 100644 --- a/test/reaction-lib.ts +++ b/test/reaction-lib.ts @@ -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'); }); }); +*/ |