refactor: login method (#1676)

This commit is contained in:
Himself65
2023-03-23 16:29:29 -05:00
committed by GitHub
parent a415e4aa5c
commit 56acb2bdeb
22 changed files with 626 additions and 61 deletions

6
tests/fixtures/package.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "@affine-test/fixtures",
"exports": {
"./*": "./*"
}
}

4
tests/fixtures/tsconfig.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["./src"]
}