test: move playwright test suite to top level (#2113)

This commit is contained in:
Himself65
2023-04-24 22:12:48 -05:00
committed by GitHub
parent 5c673a8ffc
commit 7e61708850
44 changed files with 111 additions and 52 deletions

View File

@@ -7,7 +7,8 @@
"workspaces": [
"apps/*",
"packages/*",
"tests/fixtures"
"tests/fixtures",
"tests/kit"
],
"scripts": {
"dev": "dev-web",
@@ -37,6 +38,7 @@
"*.{ts,tsx,mjs,js,jsx}": "eslint --cache --fix"
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@affine/cli": "workspace:*",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",