mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-21 19:47:43 +00:00
linting tests
This commit is contained in:
parent
5c4e1e1d31
commit
a55f0f4549
2 changed files with 34 additions and 31 deletions
|
@ -27,6 +27,7 @@
|
||||||
"node-gyp": "^3.4.0",
|
"node-gyp": "^3.4.0",
|
||||||
"sanitize-filename": "^1.6.1",
|
"sanitize-filename": "^1.6.1",
|
||||||
"sharp": "^0.18.1",
|
"sharp": "^0.18.1",
|
||||||
|
"standard": "^8.6.0",
|
||||||
"supertest": "^3.0.0",
|
"supertest": "^3.0.0",
|
||||||
"uuid": "^3.0.1"
|
"uuid": "^3.0.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
const describe = require('mocha').describe
|
||||||
|
const it = require('mocha').it
|
||||||
const request = require('supertest')
|
const request = require('supertest')
|
||||||
const assert = require('assert')
|
const assert = require('assert')
|
||||||
const sharp = require('sharp')
|
const sharp = require('sharp')
|
||||||
|
|
Loading…
Reference in a new issue