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:
parent
27286a5bff
commit
780874ece9
2 changed files with 6 additions and 3 deletions
|
@ -171,6 +171,11 @@
|
|||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "yarn run lint"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
const timeout = 5000;
|
||||
|
||||
describe(
|
||||
'/ (Home Page)',
|
||||
() => {
|
||||
describe('/ (Home Page)', () => {
|
||||
let page;
|
||||
|
||||
beforeAll(async () => {
|
||||
|
|
Loading…
Reference in a new issue