chore: release v4.0.0 #710
Annotations
17 errors and 2 warnings
test/fixtures.test.ts > all:
test/fixtures.test.ts#L158
Error: Snapshot `all 9` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > tab-double-quotes:
test/fixtures.test.ts#L158
Error: Snapshot `tab-double-quotes 8` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-override:
test/fixtures.test.ts#L158
Error: Snapshot `ts-override 7` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-strict:
test/fixtures.test.ts#L158
Error: Snapshot `ts-strict 5` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-strict-with-react:
test/fixtures.test.ts#L158
Error: Snapshot `ts-strict-with-react 7` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > with-formatters:
test/fixtures.test.ts#L158
Error: Snapshot `with-formatters 10` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > no-markdown-with-formatters:
test/fixtures.test.ts#L158
Error: Snapshot `no-markdown-with-formatters 3` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test/fixtures.test.ts > all:
test/fixtures.test.ts#L158
Error: Snapshot `all 8` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > tab-double-quotes:
test/fixtures.test.ts#L158
Error: Snapshot `tab-double-quotes 7` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-override:
test/fixtures.test.ts#L158
Error: Snapshot `ts-override 6` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-strict:
test/fixtures.test.ts#L158
Error: Snapshot `ts-strict 6` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > ts-strict-with-react:
test/fixtures.test.ts#L158
Error: Snapshot `ts-strict-with-react 4` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > with-formatters:
test/fixtures.test.ts#L158
Error: Snapshot `with-formatters 10` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test/fixtures.test.ts > no-markdown-with-formatters:
test/fixtures.test.ts#L158
Error: Snapshot `no-markdown-with-formatters 5` mismatched
- Expected
+ Received
@@ -18,11 +18,11 @@
for (const person of people) {
log(`Hello, my name is ${person.name} and I am ${person.age} years old.`)
}
// Define a generic function
- function identity< T >(arg: T): T {
+ function identity<T>(arg: T): T {
return arg
}
// Use the generic function with type inference
const result = identity(
❯ test/fixtures.test.ts:158:7
❯ test/fixtures.test.ts:149:5
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lts/*, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|