Merge branch 'master' of https://git.difuse.io/Difuse/difuse-playwright into Testing-Progress
This commit is contained in:
commit
ca4fae5b60
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@
|
|||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint:check": "semistandard tests/**/*.js"
|
||||
"lint:check": "semistandard tests/**/*.js",
|
||||
"lint:fix": "semistandard --fix tests/**/*.js",
|
||||
"codegen": "npx playwright codegen",
|
||||
"test": "playwright test",
|
||||
"prepare": "npm run lint"
|
||||
"test": "playwright test"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
Loading…
Reference in a new issue