ecosystem-ci #523
Annotations
6 errors
test-ecosystem (language-tools)
Process completed with exit code 1.
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: reference-type-props/my-props.ts, Output: reference-type-props/my-props.d.ts:
workspace/language-tools/language-tools/packages/tsc/tests/dts.spec.ts#L70
Error: Snapshot `vue-tsc-dts > Input: reference-type-props/my-props.ts, Output: reference-type-props/my-props.d.ts 1` mismatched
- Expected
+ Received
@@ -20,21 +20,21 @@
}
declare const categories: readonly ["Uncategorized", "Content", "Interaction", "Display", "Forms", "Addons"];
type MyCategories = typeof categories[number];
export interface MyProps {
/**
- * string foo
+ * string foo
- *
+ *
- * @default "rounded"
+ * @default "rounded"
- * @SInCE v1.0.0
+ * @SInCE v1.0.0
- * @see https://vuejs.org/
+ * @see https://vuejs.org/
- * @example
+ * @example
- * ```vue
+ * ```vue
- * <template>
+ * <template>
- * <component foo="straight" />
+ * <component foo="straight" />
- * </template>
+ * </template>
- * ```
+ * ```
*/
foo: string;
/**
* optional number bar
*/
❯ packages/tsc/tests/dts.spec.ts:70:66
|
packages/component-meta/tests/index.spec.ts > vue-component-meta w/o tsconfig > options-api:
workspace/language-tools/language-tools/packages/component-meta/tests/index.spec.ts#L1329
Error: Snapshot `vue-component-meta w/o tsconfig > options-api 3` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
{
"declarations": [],
"default": "{
- foo: "bar"
+ foo: "bar",
}",
"description": "Default function Object",
"global": false,
"name": "objectDefault",
"rawType": undefined,
❯ packages/component-meta/tests/index.spec.ts:1329:30
|
packages/component-meta/tests/index.spec.ts > vue-component-meta w/ tsconfig > options-api:
workspace/language-tools/language-tools/packages/component-meta/tests/index.spec.ts#L1329
Error: Snapshot `vue-component-meta w/ tsconfig > options-api 3` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
{
"declarations": [],
"default": "{
- foo: "bar"
+ foo: "bar",
}",
"description": "Default function Object",
"global": false,
"name": "objectDefault",
"rawType": undefined,
❯ packages/component-meta/tests/index.spec.ts:1329:30
|
test-ecosystem (radix-vue)
Process completed with exit code 1.
|
Unhandled error:
workspace/radix-vue/radix-vue/node_modules/.pnpm/[email protected]/node_modules/jest-canvas-mock/lib/window.js#L16
ReferenceError: jest is not defined
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/jest-canvas-mock/lib/mock/createImageBitmap.js:9:16
❯ Module._compile node:internal/modules/cjs/loader:1562:14
❯ Object..js node:internal/modules/cjs/loader:1699:10
❯ Module.load node:internal/modules/cjs/loader:1313:32
❯ Function._load node:internal/modules/cjs/loader:1123:12
❯ TracingChannel.traceSync node:diagnostics_channel:322:14
❯ wrapModuleLoad node:internal/modules/cjs/loader:217:24
❯ Module.require node:internal/modules/cjs/loader:1335:12
❯ require node:internal/modules/helpers:136:16
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/jest-canvas-mock/lib/window.js:16:49
This error originated in "src/shared/getActiveElement.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "src/shared/getActiveElement.test.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|