From 899f42c07013541de6517b2eecb6f8e459095eeb Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Tue, 26 Mar 2019 22:24:46 +0900 Subject: Update reaction-lib.ts (#4580) --- test/reaction-lib.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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'); }); }); +*/ -- cgit v1.2.3-freya