Fix: Layout shifts caused by images #249
Annotations
3 errors and 4 warnings
src/blocks/ImageBlock/ImageBlock.test.ts > ImageBlock > renders the correct aspect ratio style:
src/blocks/ImageBlock/ImageBlock.test.ts#L44
AssertionError: expected '150 / 150' to be '150/150' // Object.is equality
- Expected
+ Received
- 150/150
+ 150 / 150
❯ src/blocks/ImageBlock/ImageBlock.test.ts:44:36
|
src/blocks/ImageBlock/ImageBlock.test.ts > ImageBlock > renders the correct aspect ratio style:
src/blocks/ImageBlock/ImageBlock.test.ts#L44
AssertionError: expected '150 / 150' to be '150/150' // Object.is equality
- Expected
+ Received
- 150/150
+ 150 / 150
❯ src/blocks/ImageBlock/ImageBlock.test.ts:44:36
|
unit-test
Process completed with exit code 1.
|
setup
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
validate-html
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
lint-code
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|