chore(deps): update vitest monorepo to v4 (major) #2125
Annotations
10 errors
|
Run tests 🧪:
tests/verifyConditions.test.ts#L79
AssertionError: expected "vi.fn()" to be called +0 times, but got 2 times
❯ tests/verifyConditions.test.ts:79:19
|
|
Run tests 🧪:
tests/verifyConditions.test.ts#L72
AssertionError: expected "vi.fn()" to be called +0 times, but got 1 times
❯ tests/verifyConditions.test.ts:72:36
|
|
Run tests 🧪:
tests/verifyConditions.test.ts#L61
AssertionError: expected "vi.fn()" to be called +0 times, but got 1 times
❯ tests/verifyConditions.test.ts:61:36
|
|
Run tests 🧪:
tests/utils.test.ts#L74
AssertionError: expected "vi.fn()" to be called +0 times, but got 1 times
❯ tests/utils.test.ts:74:17
|
|
Run tests 🧪:
src/utils.ts#L25
TypeError: () => value is not a constructor
❯ Module.getGoogleIdentityToken src/utils.ts:25:21
❯ tests/utils.test.ts:63:26
|
|
Run tests 🧪:
tests/publish.test.ts#L127
AssertionError: expected "vi.fn()" to be called +0 times, but got 1 times
❯ tests/publish.test.ts:127:36
|
|
Run tests 🧪:
tests/publish.test.ts#L118
AssertionError: expected "vi.fn()" to be called +0 times, but got 1 times
❯ tests/publish.test.ts:118:36
|
|
Run tests 🧪:
tests/prepare.test.ts#L130
AssertionError: expected "vi.fn()" to be called +0 times, but got 6 times
❯ tests/prepare.test.ts:130:27
|
|
Run tests 🧪:
tests/prepare.test.ts#L114
AssertionError: expected 1st "vi.fn()" call to have been called with [ 'pubspec.yaml', …(1) ]
- Expected
+ Received
@@ -1,9 +1,9 @@
[
"pubspec.yaml",
"name: pub_package
- version: 1.2.3+1
+ version: 1.2.3
environment:
sdk: \">=3.0.0 <4.0.0\"
dependencies:
❯ tests/prepare.test.ts:114:27
|
|
Run tests 🧪:
tests/prepare.test.ts#L95
AssertionError: expected 1st "vi.fn()" call to have been called with [ 'pubspec.yaml', …(1) ]
- Expected
+ Received
@@ -1,9 +1,9 @@
[
"pubspec.yaml",
"name: pub_package
- version: 1.2.3+2
+ version: 1.2.3
environment:
sdk: \">=3.0.0 <4.0.0\"
dependencies:
❯ tests/prepare.test.ts:95:27
|
Loading