mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
refactor: login method (#1676)
This commit is contained in:
6
tests/fixtures/package.json
vendored
Normal file
6
tests/fixtures/package.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@affine-test/fixtures",
|
||||
"exports": {
|
||||
"./*": "./*"
|
||||
}
|
||||
}
|
||||
4
tests/fixtures/tsconfig.json
vendored
Normal file
4
tests/fixtures/tsconfig.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["./src"]
|
||||
}
|
||||
Reference in New Issue
Block a user