feat(core/component): runtime checker for web-components #6580
Annotations
3 errors, 1 warning, and 1 notice
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L95
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
93 | });
94 |
> 95 | await test.expect(waitForWatcherCallsCount(page, component, 2)).toBeResolved();
| ^
96 | }
97 | );
98 |
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:95:69
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Pending operations:
- page.waitForFunction at src/components/directives/on-resize/test/unit/main.ts:225:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run components' unit tests
1 flaky
[unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
1 skipped
363 passed (8.2m)
|
Loading