mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
test: move playwright test suite to top level (#2113)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user