modified playwright.config.ts
@@ -32,7 +32,8 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/App.svelte
@@ -39,7 +39,10 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/lib/auth.ts
@@ -26,7 +26,7 @@ export async function checkAuth() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/invoke.ts
@@ -12,11 +12,14 @@ export async function invoke<T = null>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/repos.spec.ts
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
modified tests/support/peerManager.ts
@@ -235,6 +235,17 @@ export class RadiclePeer {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|