diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-26 14:44:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-26 14:44:23 +0900 |
| commit | f7c02819be17f0963a250e4dc5359242edafe558 (patch) | |
| tree | ef21f9bb74e500bf2bd3cf86101c883b9547478b /test/api.ts | |
| parent | wip (diff) | |
| download | sharkey-f7c02819be17f0963a250e4dc5359242edafe558.tar.gz sharkey-f7c02819be17f0963a250e4dc5359242edafe558.tar.bz2 sharkey-f7c02819be17f0963a250e4dc5359242edafe558.zip | |
Fix lint
Diffstat (limited to 'test/api.ts')
| -rw-r--r-- | test/api.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/api.ts b/test/api.ts index 87bbb8ee16..b85511d802 100644 --- a/test/api.ts +++ b/test/api.ts @@ -15,7 +15,6 @@ process.on('unhandledRejection', console.dir); const fs = require('fs'); const _chai = require('chai'); const chaiHttp = require('chai-http'); -const should = _chai.should(); _chai.use(chaiHttp); |