Compare commits

...

2 Commits

Author SHA1 Message Date
Acid Chicken (硫酸鶏) 5a23d5abfb
Update reaction-lib.ts 2019-03-27 02:07:38 +09:00
Acid Chicken (硫酸鶏) 40649977f4
Update package.json 2019-03-27 02:06:55 +09:00
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,9 @@
"test": "gulp test",
"format": "gulp format"
},
"resolutions": {
"ts-node": "8.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.15",
"@fortawesome/free-brands-svg-icons": "5.7.2",

View File

@ -8,7 +8,6 @@
* > mocha test/reaction-lib.ts --require ts-node/register -g 'test name'
*/
/*
import * as assert from 'assert';
import { toDbReaction } from '../src/misc/reaction-lib';
@ -90,4 +89,3 @@ describe('toDbReaction', async () => {
assert.strictEqual(await toDbReaction('unknown'), 'like');
});
});
*/