184 monorepo structure #183
ci.yml
on: pull_request
Build, Lint, and Test
3m 10s
Annotations
2 errors
|
Build, Lint, and Test
Process completed with exit code 1.
|
|
src/common/api/useGetUserTokens.test.ts > useGetTokens > should error if token is expired:
packages/web/src/common/api/useGetUserTokens.test.ts#L43
AssertionError: expected false to be true // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>...
- Expected
+ Received
- true
+ false
❯ src/common/api/useGetUserTokens.test.ts:43:56
❯ runWithExpensiveErrorDiagnosticsDisabled ../../node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../../node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback ../../node_modules/@testing-library/dom/dist/wait-for.js:118:16
|