chore: lint files after testing #966
Annotations
14 errors
_tests/all-addons/test.ts > run all addons - kit-js:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] .storybook/main.js
[warn] .storybook/preview.js
[warn] drizzle.config.js
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.js
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/hooks.server.js
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.js
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.js
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.js
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.js
[warn] vite.config.js
[warn] Code style issues found in 35 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
at file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:5
at runTest (file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1048:11)
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] .storybook/main.js\n[warn] .storybook/preview.js\n[warn] drizzle.config.js\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.js\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/hooks.server.js\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.js\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.js\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.js\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header
|
_tests/all-addons/test.ts > run all addons - kit-js:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.js
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.js
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/hooks.server.js
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.js
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.js
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.js
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.js
[warn] vite.config.js
[warn] Code style issues found in 33 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.js\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.js\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/hooks.server.js\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.js\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.js\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.js\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.svelte\n[warn] src/stories/Page.svelte\n[warn] svelte.config.js\n[warn] tailwind.config.js\n[warn] vite.config.js\n[warn] Code style issues found in 33 files. Run Prettier with --write to fix.\n"\n\n \u001b[0m \u001b[90m 29 |\u001b[39m\n \u001b[90m 30 |\u001b[39m \t\u001b[90m// all files that we generate
|
_tests/all-addons/test.ts > run all addons - kit-js:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.js
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.js
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/hooks.server.js
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.js
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.js
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.js
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.js
[warn] vite.config.js
[warn] Code style issues found in 33 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
at file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:5
at runTest (file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1048:11)
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.js\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.js\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/hooks.server.js\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.js\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.js\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.js\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.svelte\n[warn] src/stories/Page.svelte\n[w
|
_tests/all-addons/test.ts > run all addons - kit-js:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.js
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.js
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/hooks.server.js
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.js
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.js
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.js
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.js
[warn] vite.config.js
[warn] Code style issues found in 33 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
at file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:5
at runTest (file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1048:11)
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.js\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.js\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/hooks.server.js\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.js\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.js\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.js\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.svelte\n[warn] src/stories/Page.svelte\n[w
|
_tests/all-addons/test.ts > run all addons - kit-ts:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] .storybook/main.ts
[warn] .storybook/preview.ts
[warn] drizzle.config.ts
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.ts
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/app.d.ts
[warn] src/hooks.server.ts
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.ts
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.ts
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.ts
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.ts
[warn] vite.config.ts
[warn] Code style issues found in 36 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] .storybook/main.ts\n[warn] .storybook/preview.ts\n[warn] drizzle.config.ts\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.ts\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/app.d.ts\n[warn] src/hooks.server.ts\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.ts\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.ts\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.ts\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.svelte\n[warn] src/stories/Page.svelte\n[warn] svelte.config.js\n[warn] tailwind.config.ts\n[warn] vite.config.ts\n[warn] Code style issues found in 36 files.
|
_tests/all-addons/test.ts > run all addons - kit-ts:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.ts
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.ts
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/app.d.ts
[warn] src/hooks.server.ts
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.ts
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.ts
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.ts
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.ts
[warn] vite.config.ts
[warn] Code style issues found in 34 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
at file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:5
at runTest (file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1048:11)
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.ts\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.ts\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/app.d.ts\n[warn] src/hooks.server.ts\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.ts\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.ts\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.ts\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.s
|
_tests/all-addons/test.ts > run all addons - kit-ts:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.ts
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.ts
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/app.d.ts
[warn] src/hooks.server.ts
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.ts
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.ts
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.ts
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.ts
[warn] vite.config.ts
[warn] Code style issues found in 34 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.ts\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.ts\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/app.d.ts\n[warn] src/hooks.server.ts\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.ts\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.ts\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.ts\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.svelte\n[warn] src/stories/Page.svelte\n[warn] svelte.config.js\n[warn] tailwind.config.ts\n[warn] vite.config.ts\n[warn] Code style issues found in 34 files. Run Prettier with --write to fix.\n"\n\n \u001b[0m \u001b[90m 29 |\u001b[39m\n \u001b[90m 30 |\u001b[39m
|
_tests/all-addons/test.ts > run all addons - kit-ts:
packages/addons/_tests/all-addons/test.ts#L31
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm lint
[warn] .prettierrc
[warn] drizzle.config.ts
[warn] eslint.config.js
[warn] meta.json
[warn] package.json
[warn] playwright.config.ts
[warn] postcss.config.js
[warn] project.inlang/settings.json
[warn] src/app.css
[warn] src/app.d.ts
[warn] src/hooks.server.ts
[warn] src/lib/paraglide/messages.js
[warn] src/lib/paraglide/messages/en.js
[warn] src/lib/paraglide/runtime.js
[warn] src/lib/server/db/schema.ts
[warn] src/routes/+layout.svelte
[warn] src/routes/demo/lucia/+page.server.ts
[warn] src/routes/demo/lucia/+page.svelte
[warn] src/routes/demo/lucia/login/+page.server.ts
[warn] src/routes/demo/lucia/login/+page.svelte
[warn] src/routes/demo/paraglide/+page.svelte
[warn] src/stories/button.css
[warn] src/stories/Button.stories.svelte
[warn] src/stories/Button.svelte
[warn] src/stories/Configure.mdx
[warn] src/stories/header.css
[warn] src/stories/Header.stories.svelte
[warn] src/stories/Header.svelte
[warn] src/stories/page.css
[warn] src/stories/Page.stories.svelte
[warn] src/stories/Page.svelte
[warn] svelte.config.js
[warn] tailwind.config.ts
[warn] vite.config.ts
[warn] Code style issues found in 34 files. Run Prettier with --write to fix.
"
29 |
30 | // all files that we generated should be linted
> 31 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
32 |
33 | expect(true).toBe(true);
34 | });
at packages/addons/_tests/all-addons/test.ts:31:15
at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165)
at Object.o [as toThrowError] (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799)
at Proxy.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37)
at packages/addons/_tests/all-addons/test.ts:31:66
at file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:5
at runTest (file:/Users/runner/work/cli/cli/node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1048:11)
❯ _tests/all-addons/test.ts:31:15
❯ Object.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:293:2165
❯ Object.o [as toThrowError] ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/expectBundleImpl.js:338:799
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
❯ Proxy.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/playwright/lib/matchers/expect.js:225:37
❯ _tests/all-addons/test.ts:31:66
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { matcherResult: { message: 'expect(received).not.toThrowError()\n\nError name: "Error"\nError message: "Command failed: pnpm lint\n[warn] .prettierrc\n[warn] drizzle.config.ts\n[warn] eslint.config.js\n[warn] meta.json\n[warn] package.json\n[warn] playwright.config.ts\n[warn] postcss.config.js\n[warn] project.inlang/settings.json\n[warn] src/app.css\n[warn] src/app.d.ts\n[warn] src/hooks.server.ts\n[warn] src/lib/paraglide/messages.js\n[warn] src/lib/paraglide/messages/en.js\n[warn] src/lib/paraglide/runtime.js\n[warn] src/lib/server/db/schema.ts\n[warn] src/routes/+layout.svelte\n[warn] src/routes/demo/lucia/+page.server.ts\n[warn] src/routes/demo/lucia/+page.svelte\n[warn] src/routes/demo/lucia/login/+page.server.ts\n[warn] src/routes/demo/lucia/login/+page.svelte\n[warn] src/routes/demo/paraglide/+page.svelte\n[warn] src/stories/button.css\n[warn] src/stories/Button.stories.svelte\n[warn] src/stories/Button.svelte\n[warn] src/stories/Configure.mdx\n[warn] src/stories/header.css\n[warn] src/stories/Header.stories.svelte\n[warn] src/stories/Header.svelte\n[warn] src/stories/page.css\n[warn] src/stories/Page.stories.s
|
_tests/eslint/test.ts > core - kit-ts:
packages/addons/_tests/eslint/test.ts#L22
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm eslint --fix .·
Oops! Something went wrong! :(·
ESLint: 9.15.0·
TypeError: Error while loading rule '@typescript-eslint/no-unused-expressions': Cannot read properties of undefined (reading 'allowShortCircuit')
Occurred while linting /Users/runner/work/cli/cli/.test-output/addons/eslint/-1899084227_1/eslint.config.js
at Object.create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-unused-expressions.js:75:13)
at create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected]_@[email protected][email protected]_typesc_u2crwq53uno6k5fweinf7nowby/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js:28:32)
at Object.create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js:31:20)
at createRuleListeners (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:944:21)
at /Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1082:84
at Array.forEach (<anonymous>)
at runRules (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1013:34)
at #flatVerifyWithoutProcessors (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1911:31)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1993:49)
at Linter._verifyWithFlatConfigArray (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2082:21)
"
20 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).toThrowError();
21 |
> 22 | expect(() => execSync('pnpm eslint --fix .', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
23 |
24 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
25 | });
at Object.create (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-unused-expressions.js:75:13)
at create (.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected]_@[email protected][email protected]_typesc_u2crwq53uno6k5fweinf7nowby/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js:28:32)
at Object.create (.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js:31:20)
at createRuleListeners (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:944:21)
at .test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1082:84
at Array.forEach (<anonymous>)
at runRules (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1013:34)
at #flatVerifyWithoutProcessors (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1911:31)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1993:49)
at Linter._verifyWithFlatConfigArray (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2082:21)
at packages/addons/_tests/eslin
|
_tests/eslint/test.ts > core - kit-ts:
packages/addons/_tests/eslint/test.ts#L22
Error: expect(received).not.toThrowError()
Error name: "Error"
Error message: "Command failed: pnpm eslint --fix .·
Oops! Something went wrong! :(·
ESLint: 9.15.0·
TypeError: Error while loading rule '@typescript-eslint/no-unused-expressions': Cannot read properties of undefined (reading 'allowShortCircuit')
Occurred while linting /Users/runner/work/cli/cli/.test-output/addons/eslint/-1899084227_1/eslint.config.js
at Object.create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-unused-expressions.js:75:13)
at create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected]_@[email protected][email protected]_typesc_u2crwq53uno6k5fweinf7nowby/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js:28:32)
at Object.create (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js:31:20)
at createRuleListeners (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:944:21)
at /Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1082:84
at Array.forEach (<anonymous>)
at runRules (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1013:34)
at #flatVerifyWithoutProcessors (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1911:31)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1993:49)
at Linter._verifyWithFlatConfigArray (/Users/runner/work/cli/cli/.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2082:21)
"
20 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).toThrowError();
21 |
> 22 | expect(() => execSync('pnpm eslint --fix .', { cwd, stdio: 'pipe' })).not.toThrowError();
| ^
23 |
24 | expect(() => execSync('pnpm lint', { cwd, stdio: 'pipe' })).not.toThrowError();
25 | });
at Object.create (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-unused-expressions.js:75:13)
at create (.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected]_@[email protected][email protected]_typesc_u2crwq53uno6k5fweinf7nowby/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js:28:32)
at Object.create (.test-output/addons/eslint/node_modules/.pnpm/@typescript-eslint[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js:31:20)
at createRuleListeners (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:944:21)
at .test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1082:84
at Array.forEach (<anonymous>)
at runRules (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1013:34)
at #flatVerifyWithoutProcessors (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1911:31)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1993:49)
at Linter._verifyWithFlatConfigArray (.test-output/addons/eslint/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2082:21)
at packages/addons/_tests/eslin
|
test (windows-latest)
The job was canceled because "macOS-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (ubuntu-latest)
The job was canceled because "macOS-latest" failed.
|
test (ubuntu-latest)
The operation was canceled.
|