0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

test: add husky and lint

This commit is contained in:
Juan Picado @jotadeveloper 2018-02-08 23:25:18 +01:00
parent 27286a5bff
commit 780874ece9
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 6 additions and 3 deletions

View file

@ -171,6 +171,11 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint"
}
},
"license": "MIT",
"commitlint": {
"extends": [

View file

@ -1,8 +1,6 @@
const timeout = 5000;
describe(
'/ (Home Page)',
() => {
describe('/ (Home Page)', () => {
let page;
beforeAll(async () => {