Skip to content

Add support for new loadModule and loadStylesheet APIs from v4 #214

Add support for new loadModule and loadStylesheet APIs from v4

Add support for new loadModule and loadStylesheet APIs from v4 #214

Triggered via pull request September 20, 2024 14:15
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
tests/fixtures.test.ts > fixtures > v4: basic formatting: tests/fixtures.test.ts#L123
AssertionError: expected '<div class="sm:bg-tomato bg-red-500">…' to deeply equal '<div class="bg-red-500 sm:bg-tomato">…' - Expected + Received - <div class="bg-red-500 sm:bg-tomato"></div> + <div class="sm:bg-tomato bg-red-500"></div> ❯ tests/fixtures.test.ts:123:32
tests/fixtures.test.ts > fixtures > v4: configs and plugins: tests/fixtures.test.ts#L123
AssertionError: expected '<div\n class="sm:bg-tomato bg-red-50…' to deeply equal '<div\n class="from-plugin-2 from-plu…' - Expected + Received <div - class="from-plugin-2 from-plugin-1 bg-from-config bg-red-500 sm:from-plugin-1 sm:bg-tomato" + class="sm:bg-tomato bg-red-500 sm:from-plugin-1 from-plugin-2 from-plugin-1 bg-from-config" ></div> ❯ tests/fixtures.test.ts:123:32
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/