Stop passing a peerId when creating a Repo #130
Annotations
4 errors and 1 warning
packages/auth-syncserver/src/test/SyncServer.test.ts > Alice can create a team:
packages/auth-syncserver/src/test/SyncServer.test.ts#L37
AssertionError: expected 'user-20229' to deeply equal 'localhost'
- Expected
+ Received
- localhost
+ user-20229
❯ packages/auth-syncserver/src/test/SyncServer.test.ts:37:18
|
packages/auth-syncserver/src/test/SyncServer.test.ts > Alice can create a team and manually register it with the server :
packages/auth-syncserver/src/test/SyncServer.test.ts#L71
AssertionError: expected 'user-32544' to deeply equal 'localhost'
- Expected
+ Received
- localhost
+ user-32544
❯ packages/auth-syncserver/src/test/SyncServer.test.ts:71:18
|
packages/auth-syncserver/src/test/SyncServer.test.ts > Eve can't replace the team on the sync server:
packages/auth-syncserver/src/test/SyncServer.test.ts#L135
AssertionError: expected 'user-84333' to deeply equal 'localhost'
- Expected
+ Received
- localhost
+ user-84333
❯ packages/auth-syncserver/src/test/SyncServer.test.ts:135:18
|
Run tests
Process completed with exit code 1.
|
Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|