refactor(core): model adaptor #8065
Annotations
5 errors and 1 warning
|
|
|
packages/shared/tests/unit-test/image/index.test.ts#L136
Error: Snapshot `image utils > cropByRect, with padding 1` mismatched
Expected: "112"
Received: "100"
❯ tests/unit-test/image/index.test.ts:136:24
|
|
packages/playground/src/common.ts#L1
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/common.ts:1:1
Caused by: Error: [vitest] No "UITarsModelVersion" export is defined on the "@midscene/shared/env" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@midscene/shared/env"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ ../core/src/ai-model/models/ui-tars/adapter.ts:188:3
|
|
packages/playground/src/common.ts#L1
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/common.ts:1:1
Caused by: Caused by: Error: [vitest] No "UITarsModelVersion" export is defined on the "@midscene/shared/env" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@midscene/shared/env"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ ../core/src/ai-model/models/ui-tars/adapter.ts:188:3
|
|
packages/playground/src/adapters/base.ts#L1
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/adapters/base.ts:1:1
Caused by: Caused by: Error: [vitest] No "UITarsModelVersion" export is defined on the "@midscene/shared/env" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@midscene/shared/env"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ ../core/src/ai-model/models/ui-tars/adapter.ts:188:3
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
The logs for this run have expired and are no longer available.
Loading