chore: release v2.24.0 #583
Annotations
6 errors
test/fixtures.test.ts > tab-double-quotes:
test/fixtures.test.ts#L140
Error: Snapshot `tab-double-quotes 3` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
export function HelloWorld({
greeting = "hello",
greeted = "\"World\"",
silent = false,
onMouseOver,
- }) {
+ }) {
if (!greeting) {
return null
};
// TODO: Don't use random in render
❯ test/fixtures.test.ts:140:7
❯ test/fixtures.test.ts:131:5
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test/fixtures.test.ts > tab-double-quotes:
test/fixtures.test.ts#L140
Error: Snapshot `tab-double-quotes 2` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
export function HelloWorld({
greeting = "hello",
greeted = "\"World\"",
silent = false,
onMouseOver,
- }) {
+ }) {
if (!greeting) {
return null
};
// TODO: Don't use random in render
❯ test/fixtures.test.ts:140:7
❯ test/fixtures.test.ts:131:5
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test/fixtures.test.ts > tab-double-quotes:
test/fixtures.test.ts#L140
Error: Snapshot `tab-double-quotes 2` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
export function HelloWorld({
greeting = "hello",
greeted = "\"World\"",
silent = false,
onMouseOver,
- }) {
+ }) {
if (!greeting) {
return null
};
// TODO: Don't use random in render
❯ test/fixtures.test.ts:140:7
❯ test/fixtures.test.ts:131:5
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|