Updated markers.ts to employ the '⚡️' prefix for component styles, enhancing consistency with the Qwik Framework. #17253
Annotations
2 errors and 1 warning
Unit Tests:
packages/qwik/src/testing/expect-dom.tsx#L31
AssertionError: expected '<host q:version="dev" q:container="re…' to equal '<host q:version="dev" q:container="re…'
- Expected
+ Received
<host q:version="dev" q:container="resumed" q:render="dom-dev">
<style q:style="ml52vk-0" hidden="">
- .stuff.⭐️ml52vk-0 {
+ .stuff.⚡️ml52vk-0 {
color: red;
}
</style>
<!--qv -->
- <div class="⭐️ml52vk-0">
+ <div class="⚡️ml52vk-0">
- <div class="⭐️ml52vk-0 stuff" aria-hidden="true">
+ <div class="⚡️ml52vk-0 stuff" aria-hidden="true">
Hello
- <button class="⭐️ml52vk-0">Toggle</button>
+ <button class="⚡️ml52vk-0">Toggle</button>
</div>
</div>
<!--/qv-->
</host>
❯ Module.expectDOM packages/qwik/src/testing/expect-dom.tsx:31:10
❯ packages/qwik/src/core/render/dom/render.unit.tsx:216:3
|
Unit Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading