chore(deps): update vitest monorepo to v3 (major) #2752
Annotations
10 errors and 2 warnings
Run tests:
tests/lib/structures/Josh.test.ts#L210
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) }
- Expected
+ Received
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
}
❯ tests/lib/structures/Josh.test.ts:210:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L216
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) }
- Expected
+ Received
JoshError {
"message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.",
"identifier": "multipleError",
"errors": [
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
JoshProviderError {
"message": "The \"count\" of items must be less than or equal to the amount of items in the provider.",
"identifier": "invalidCount",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
],
"name": "JoshError",
}
❯ tests/lib/structures/Josh.test.ts:216:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L243
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) }
- Expected
+ Received
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
}
❯ tests/lib/structures/Josh.test.ts:243:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L249
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) }
- Expected
+ Received
JoshError {
"message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.",
"identifier": "multipleError",
"errors": [
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
JoshProviderError {
"message": "The \"count\" of items must be less than or equal to the amount of items in the provider.",
"identifier": "invalidCount",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
],
"name": "JoshError",
}
❯ tests/lib/structures/Josh.test.ts:249:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L289
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) }
- Expected
+ Received
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
}
❯ tests/lib/structures/Josh.test.ts:289:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L297
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) }
- Expected
+ Received
JoshError {
"message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.",
"identifier": "multipleError",
"errors": [
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
JoshProviderError {
"message": "The \"count\" of items must be less than or equal to the amount of items in the provider.",
"identifier": "invalidCount",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
],
"name": "JoshError",
}
❯ tests/lib/structures/Josh.test.ts:297:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L329
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) }
- Expected
+ Received
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
}
❯ tests/lib/structures/Josh.test.ts:329:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L335
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) }
- Expected
+ Received
JoshError {
"message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.",
"identifier": "multipleError",
"errors": [
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
JoshProviderError {
"message": "The \"count\" of items must be less than or equal to the amount of items in the provider.",
"identifier": "invalidCount",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
],
"name": "JoshError",
}
❯ tests/lib/structures/Josh.test.ts:335:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L391
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) }
- Expected
+ Received
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
}
❯ tests/lib/structures/Josh.test.ts:391:9
|
Run tests:
tests/lib/structures/Josh.test.ts#L397
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) }
- Expected
+ Received
JoshError {
"message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.",
"identifier": "multipleError",
"errors": [
JoshProviderError {
"message": "The \"value\" parameter was not found.",
"identifier": "missingValue",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
JoshProviderError {
"message": "The \"count\" of items must be less than or equal to the amount of items in the provider.",
"identifier": "invalidCount",
"method": null,
"origin": {
- "name": "Map",
- "type": "provider",
+ "name": "Test",
+ "type": "middleware",
},
"context": {},
"name": "JoshProviderError",
},
],
"name": "JoshError",
}
❯ tests/lib/structures/Josh.test.ts:397:9
|
Use Node.js v20
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
|
Use Node.js v20
Cache not found for keys: node-cache-Linux-x64-yarn-31e199fc2c1b7fe65cd95f343ad189242619f5e5569cd6f662db75850a11785e
|
Loading