akkoma-fe/test/unit/specs/components
ilja 25681cf5f6 Don't require # in the data-mfm-color attribute
For colour in MFM attributes, we expected a `#`, but that's apparently wrong. The BE
translates the `color` attribute in `$[fg.color=000 text]` into `data-mfm-color=000`.
But for the SCSS to work, we need to put it in the style attribute as `--mfm-color: #000`.

Generally we just add the attribute value as-is in the `style` attribute, but now we
have a special exception for color so we add a `#` before the value.
2024-08-18 15:48:22 +02:00
..
emoji_input.spec.js fix emoji input tests 2022-03-22 18:22:23 +02:00
rich_content.spec.js Don't require # in the data-mfm-color attribute 2024-08-18 15:48:22 +02:00
user_profile.spec.js skip user profile test for now https://github.com/vuejs/test-utils/issues/1382 2022-03-22 18:56:39 +02:00