chore(deps): update dependency vitest to v4 #130
test.yml
on: pull_request
test-ubuntu
38s
Matrix: test-multi-platform
Annotations
4 errors
|
test-ubuntu
Process completed with exit code 2.
|
|
test/helpers/mock-actions.test.js > Mock helpers > createArtifactMock > should create a mocked @actions/artifact module:
test/helpers/mock-actions.test.js#L86
TypeError: () => client is not a constructor
❯ test/helpers/mock-actions.test.js:86:22
|
|
test/artifacts.test.js > artifacts.js > uploadArtifacts > should filter out invalid files during validation:
test/artifacts.test.js#L372
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/artifacts.test.js:372:33
|
|
test/artifacts.test.js > artifacts.js > uploadArtifacts > should upload artifacts successfully:
test/artifacts.test.js#L222
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/artifacts.test.js:222:33
|