feat!: screens overrides, new setupCompose, performance mode, simplif… #48
Annotations
2 errors and 1 warning
Run test:
packages/core/tests/configs/complex-string-for-doc.test.ts#L10
AssertionError: expected '\n hover:border-blue-500\n …' to be 'hover:border-blue-500 hover:border-so…' // Object.is equality
- Expected
+ Received
- hover:border-blue-500 hover:border-solid hover:bg-white hover:text-blue-500 group w-full flex flex-col items-center justify-center rounded-md border-2 border-dashed border-slate-300 text-sm leading-6 text-slate-900 font-medium py-3
+
+ hover:border-blue-500
+ hover:border-solid
+ hover:bg-white
+ hover:text-blue-500
+
+
+ group
+ w-full
+ flex
+ flex-col
+ items-center
+ justify-center
+ rounded-md
+ border-2
+ border-dashed
+ border-slate-300
+ text-sm
+ leading-6
+ text-slate-900
+ font-medium
+ py-3
+
❯ tests/configs/complex-string-for-doc.test.ts:10:20
|
Run test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading