ecosystem-ci-from-pr #273
Annotations
6 errors
workspace/vue-i18n/vue-i18n/packages/message-compiler/src/errors.ts#L89
SyntaxError: Need to install with `app.use` function
❯ Module.createCompileError packages/message-compiler/src/errors.ts:89:17
❯ Module.createI18nError packages/vue-i18n-core/src/errors.ts:38:10
❯ Module.useI18n packages/vue-i18n-core/src/i18n.ts:708:11
❯ setup packages/vue-i18n-core/test/wc.test.ts:64:21
❯ callWithErrorHandling node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:206:19
❯ setupStatefulComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7884:25
❯ setupComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7845:36
❯ mountComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5045:7
❯ processComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5011:9
❯ patch node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4540:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 27, domain: undefined }
This error originated in "packages/vue-i18n-core/test/wc.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 "basic". 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.
|
workspace/vue-i18n/vue-i18n/packages/message-compiler/src/errors.ts#L89
SyntaxError: Need to install with `app.use` function
❯ Module.createCompileError packages/message-compiler/src/errors.ts:89:17
❯ Module.createI18nError packages/vue-i18n-core/src/errors.ts:38:10
❯ Module.useI18n packages/vue-i18n-core/src/i18n.ts:708:11
❯ setup packages/vue-i18n-core/test/wc.test.ts:126:21
❯ callWithErrorHandling node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:206:19
❯ setupStatefulComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7884:25
❯ setupComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7845:36
❯ mountComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5045:7
❯ processComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5011:9
❯ patch node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-ff1acd8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4540:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 27, domain: undefined }
This error originated in "packages/vue-i18n-core/test/wc.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 "custom blocks". 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.
|
workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/i18n.test.ts#L621
AssertionError: expected 'Need to install with `app.use` functi…' to deeply equal 'Need to install with `provide` functi…'
- Expected
+ Received
- Need to install with `provide` function
+ Need to install with `app.use` function
❯ packages/vue-i18n-core/test/i18n.test.ts:621:19
|
workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/wc.test.ts#L74
AssertionError: expected '' to be '<div>hello web components!</div>' // Object.is equality
- Expected
+ Received
- <div>hello web components!</div>
❯ packages/vue-i18n-core/test/wc.test.ts:74:42
|
workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/wc.test.ts#L139
AssertionError: expected '' to be '<div>foo!</div>' // Object.is equality
- Expected
+ Received
- <div>foo!</div>
❯ packages/vue-i18n-core/test/wc.test.ts:139:39
|
|
This job failed
Loading