Merge branch 'master' of https://git.difuse.io/Difuse/difuse-playwright into Testing-Progress

This commit is contained in:
Ajas 2024-06-02 21:50:05 +05:30
commit ca4fae5b60

View file

@ -5,11 +5,10 @@
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"lint:check": "semistandard tests/**/*.js" "lint:check": "semistandard tests/**/*.js",
"lint:fix": "semistandard --fix tests/**/*.js", "lint:fix": "semistandard --fix tests/**/*.js",
"codegen": "npx playwright codegen", "codegen": "npx playwright codegen",
"test": "playwright test", "test": "playwright test"
"prepare": "npm run lint"
}, },
"husky": { "husky": {
"hooks": { "hooks": {