Updated markers.ts to employ the '⚡️' prefix for component styles, enhancing consistency with the Qwik Framework. #17248
Annotations
10 errors and 1 warning
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L5
AssertionError: expected 'div.⚡️_ {}' to equal 'div.⭐️_ {}'
Expected: "div.⭐️_ {}"
Received: "div.⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:5:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L18
AssertionError: expected '.miško.⚡️_{}' to equal '.miško.⭐️_{}'
Expected: ".miško.⭐️_{}"
Received: ".miško.⚡️_{}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:18:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L21
AssertionError: expected '.⚡️_ {}' to equal '.⭐️_ {}'
Expected: ".⭐️_ {}"
Received: ".⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:21:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L27
AssertionError: expected '.red.text.⚡️_ {}' to equal '.red.text.⭐️_ {}'
Expected: ".red.text.⭐️_ {}"
Received: ".red.text.⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:27:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L48
AssertionError: expected '[a].⚡️_{}' to equal '[a].⭐️_{}'
Expected: "[a].⭐️_{}"
Received: "[a].⚡️_{}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:48:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L64
AssertionError: expected 'p:lang(en).⚡️_ {}' to equal 'p:lang(en).⭐️_ {}'
Expected: "p:lang(en).⭐️_ {}"
Received: "p:lang(en).⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:64:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L70
AssertionError: expected ':root.⚡️_ {}' to equal ':root.⭐️_ {}'
Expected: ":root.⭐️_ {}"
Received: ":root.⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:70:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L73
AssertionError: expected 'p:not(.blue.⚡️_).⚡️_ {}' to equal 'p:not(.blue.⭐️_).⭐️_ {}'
Expected: "p:not(.blue.⭐️_).⭐️_ {}"
Received: "p:not(.blue.⚡️_).⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:73:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L76
AssertionError: expected 'p:nth-child(3n+1):hover.⚡️_ {}' to equal 'p:nth-child(3n+1):hover.⭐️_ {}'
Expected: "p:nth-child(3n+1):hover.⭐️_ {}"
Received: "p:nth-child(3n+1):hover.⚡️_ {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:76:10
|
Unit Tests:
packages/qwik/src/core/style/scoped-stylesheet.unit.ts#L87
AssertionError: expected '.⚡️_::selection {}' to equal '.⭐️_::selection {}'
Expected: ".⭐️_::selection {}"
Received: ".⚡️_::selection {}"
❯ packages/qwik/src/core/style/scoped-stylesheet.unit.ts:87:10
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading