chore(deps): update vitest monorepo to v3 (major) #3800
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: pull_request
Linting
1m 11s
Building
/
...
/
Run yarn job
2m 29s
Docgen
/
Run yarn job
3m 13s
Tests
/
Unit testing
3m 7s
Check subpaths
/
Run yarn job
43s
Check Dynamic Side Effects
/
Run yarn job
57s
Check Package Index Files
/
Run yarn job
50s
Annotations
8 errors and 8 warnings
|
tests/average.test.ts > average > GIVEN iterable with strings THEN throws TypeError:
packages/iterator-utilities/tests/average.test.ts#L31
AssertionError: expected a thrown error to be TypeError: a must be a non-NaN number
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "a must be a non-NaN number",
}
❯ tests/average.test.ts:31:35
|
|
tests/chunk.test.ts > chunk > GIVEN iterable and NaN chunk size THEN throws TypeError:
packages/iterator-utilities/tests/chunk.test.ts#L44
AssertionError: expected a thrown error to be TypeError: NaN must be a non-NaN number
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "NaN must be a non-NaN number",
}
❯ tests/chunk.test.ts:44:49
|
|
tests/product.test.ts > product > GIVEN iterable with strings THEN returns the maximum value:
packages/iterator-utilities/tests/product.test.ts#L37
AssertionError: expected a thrown error to be TypeError: a must be a non-NaN number
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "a must be a non-NaN number",
}
❯ tests/product.test.ts:37:35
|
|
tests/sum.test.ts > sum > GIVEN iterable with strings THEN throws TypeError:
packages/iterator-utilities/tests/sum.test.ts#L31
AssertionError: expected a thrown error to be TypeError: a must be a non-NaN number
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "a must be a non-NaN number",
}
❯ tests/sum.test.ts:31:31
|
|
tests/sum.test.ts > sum > GIVEN iterable with NaN THEN throws TypeError:
packages/iterator-utilities/tests/sum.test.ts#L36
AssertionError: expected a thrown error to be TypeError: NaN must be a non-NaN number
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "NaN must be a non-NaN number",
}
❯ tests/sum.test.ts:36:31
|
|
tests/sum.test.ts > sum > GIVEN iterable with objects THEN throws TypeError:
packages/iterator-utilities/tests/sum.test.ts#L54
AssertionError: expected a thrown error to be TypeError: [object Object] must be a non-…
- Expected
+ Received
- TypeError {
+ RangeError {
"message": "[object Object] must be a non-NaN number",
}
❯ tests/sum.test.ts:54:31
|
|
tests/pollSync.test.ts > pollSync > timeout > GIVEN a poll with 5ms timeout but takes longer THEN throws an error:
packages/utilities/tests/pollSync.test.ts#L170
AssertionError: expected "now" to be called 6 times, but got 16 times
❯ tests/pollSync.test.ts:170:20
|
|
Tests / Unit testing
Process completed with exit code 1.
|
|
Tests / Unit testing
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Check subpaths / Run yarn job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Check Package Index Files / Run yarn job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Check Dynamic Side Effects / Run yarn job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Building / Building / Run yarn job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Tests / Unit testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Docgen / Run yarn job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|