Bump vitest and @vitest/coverage-v8 #399
Annotations
5 errors
__tests__/commit.spec.ts#L57
TypeError: .toMatch() expects to receive a string, but got object
❯ __tests__/commit.spec.ts:57:5
|
__tests__/commit.spec.ts#L107
TypeError: .toMatch() expects to receive a string, but got object
❯ __tests__/commit.spec.ts:107:5
|
__tests__/commit.spec.ts#L189
Error: Snapshot `#copy() and #commit() > should match snapshot 1` mismatched
- Expected
+ Received
@@ -51,11 +51,11 @@
",
"stateCleared": "modified",
},
"file.json": {
"contents": "{
- \"foo\": \"bar\"
+ "foo": "bar"
}
",
"stateCleared": "modified",
},
"nested/file.txt": {
❯ __tests__/commit.spec.ts:189:29
|
__tests__/commit.spec.ts#L216
Error: Snapshot `#copyTpl() and #commit() > should match snapshot 1` mismatched
- Expected
+ Received
@@ -52,11 +52,11 @@
",
"stateCleared": "modified",
},
"file.json": {
"contents": "{
- \"foo\": \"bar\"
+ "foo": "bar"
}
",
"stateCleared": "modified",
},
"nested/file.txt": {
❯ __tests__/commit.spec.ts:216:29
|
|
This job failed
Loading