linting tests

This commit is contained in:
Jeffrey Sun 2017-06-13 16:00:21 -07:00
parent 5c4e1e1d31
commit a55f0f4549
2 changed files with 34 additions and 31 deletions

View file

@ -27,6 +27,7 @@
"node-gyp": "^3.4.0",
"sanitize-filename": "^1.6.1",
"sharp": "^0.18.1",
"standard": "^8.6.0",
"supertest": "^3.0.0",
"uuid": "^3.0.1"
},

View file

@ -1,3 +1,5 @@
const describe = require('mocha').describe
const it = require('mocha').it
const request = require('supertest')
const assert = require('assert')
const sharp = require('sharp')