{fix} improve types for compat between CDK and non-CDK values #97
Annotations
1 error and 3 notices
Failing tests:
integration/e2e/failing-specs/functionality.e2e-spec.js#L4
1) functionality.e2e-spec.js:3:1 › fails ─────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
2 |
3 | test("fails", () => {
> 4 | expect(true).toBe(false);
| ^
5 | });
6 |
at /home/runner/work/ngx-playwright/ngx-playwright/integration/e2e/failing-specs/functionality.e2e-spec.js:4:15
|
Failing tests
1 failed
functionality.e2e-spec.js:3:1 › fails ──────────────────────────────────────────────────────────
|
Run tests in production
220 passed (2.2m)
|
Run tests
220 passed (2.5m)
|
Loading