Skip to content

Fix lint:types CI failure in CustomMark tests (PR #382)#489

Merged
gka merged 3 commits into
mainfrom
copilot/fix-ci-workflows-typing-errors
Feb 23, 2026
Merged

Fix lint:types CI failure in CustomMark tests (PR #382)#489
gka merged 3 commits into
mainfrom
copilot/fix-ci-workflows-typing-errors

Conversation

Copilot AI commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

Resolves #382

PR #382 introduced CustomMark unit tests but the .test.svelte.ts file was missing the required @ts-expect-error suppression on the Svelte component import, causing tsc --noEmit to fail with TS1192: Module has no default export.

Changes

  • src/tests/customMark.test.svelte.ts — Added // @ts-expect-error - Svelte component has no typed default export before the .svelte import, consistent with the pattern in barX.test.svelte.ts and areaY.test.svelte.ts
  • src/tests/customMark.test.svelte — Added the test fixture component from PR test: add unit tests for CustomMark component (#159) #382

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI assigned Copilot and gka Feb 23, 2026
@netlify

netlify Bot commented Feb 23, 2026

Copy link
Copy Markdown

Deploy Preview for svelteplot ready!

Name Link
🔨 Latest commit 1fc3b5e
🔍 Latest deploy log https://app.netlify.com/projects/svelteplot/deploys/699bfdc657a1e2000809a76b
😎 Deploy Preview https://deploy-preview-489--svelteplot.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI and others added 2 commits February 23, 2026 07:10
Co-authored-by: gka <617518+gka@users.noreply.github.com>
Co-authored-by: gka <617518+gka@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI workflows for lint:types errors Fix lint:types CI failure in CustomMark tests (PR #382) Feb 23, 2026
Copilot AI requested a review from gka February 23, 2026 07:13
@gka gka marked this pull request as ready for review February 23, 2026 18:29
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@gka gka merged commit 3bdef9e into main Feb 23, 2026
9 checks passed
@gka gka deleted the copilot/fix-ci-workflows-typing-errors branch February 23, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants