chore: test higher delay in node processes #469
test.yml
on: push
Install and cache
35s
Vitest tests
24s
Jest tests
26s
Playwright tests
48s
Lint
29s
Prettier
15s
Check types
17s
Annotations
5 errors
Check types:
src/utilities.ts#L74
Type '(data: { __typename?: string | undefined; }) => string | undefined' is not assignable to type '(data: { __typename?: string | undefined; }) => string'.
|
Check types
Process completed with exit code 2.
|
src/__tests__/handlers.test.tsx > unit tests > can roll back delay via disposable:
src/__tests__/handlers.test.tsx#L345
AssertionError: expected 50 to be 20 // Object.is equality
- Expected
+ Received
- 20
+ 50
❯ src/__tests__/handlers.test.tsx:345:59
|
Vitest tests
Process completed with exit code 1.
|
Jest tests
Process completed with exit code 1.
|