-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c64ce7b
commit 652bf20
Showing
23 changed files
with
50 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ | |
"path": "../../../../tests/kit/tsconfig.json" | ||
} | ||
], | ||
"include": ["."], | ||
"include": [".", "utils"], | ||
"exclude": [] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
tests/affine-cloud/tsconfig.json → tests/affine-cloud/cloud/tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"esModuleInterop": true, | ||
"outDir": "lib" | ||
}, | ||
"include": ["e2e"], | ||
"references": [ | ||
{ | ||
"path": "../../tests/kit" | ||
"path": "../../../tests/kit" | ||
}, | ||
{ | ||
"path": "../../tests/fixtures" | ||
"path": "../../../tests/fixtures" | ||
} | ||
] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "@affine-test/affine-cloud-copilot", | ||
"private": true, | ||
"scripts": { | ||
"test:e2e": "yarn playwright test" | ||
}, | ||
"devDependencies": { | ||
"@affine-test/kit": "workspace:*", | ||
"@affine/server": "workspace:*", | ||
"@playwright/test": "=1.48.2", | ||
"ava": "^6.1.2" | ||
}, | ||
"version": "0.17.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"esModuleInterop": true, | ||
"outDir": "lib" | ||
}, | ||
"include": ["e2e"], | ||
"references": [ | ||
{ | ||
"path": "../../../tests/kit" | ||
}, | ||
{ | ||
"path": "../../../tests/fixtures" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters