chore(deps): update vitest monorepo to v4 (main) (major) #1169
unit-tests.yml
on: pull_request
Unit Tests - Node.js
25s
Annotations
7 errors
|
Unit Tests - Node.js
Process completed with exit code 1.
|
|
test/action.test.ts > Integration test > Wrong issue form format:
test/action.test.ts#L340
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:340:21
|
|
test/action.test.ts > Integration test > No labels to set:
test/action.test.ts#L309
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:309:21
|
|
test/action.test.ts > Integration test > Config based labeling - advanced example/multiple sections:
test/action.test.ts#L266
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:266:21
|
|
test/action.test.ts > Integration test > Config based labeling - default template:
test/action.test.ts#L223
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:223:21
|
|
test/action.test.ts > Integration test > Input based labeling - block-list:
test/action.test.ts#L181
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:181:21
|
|
test/action.test.ts > Integration test > Input based labeling - basic:
test/action.test.ts#L139
TypeError: () => ({
request: mocks["@octokit/core"].request,
config: {
get: mocks["@octokit/core"].config.get
}
}) is not a constructor
❯ test/action.test.ts:139:21
|