Skip to content

chore: remove orphan auction-template import probe - #290

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
khaylebfortune:import-probe
Aug 31, 2026
Merged

chore: remove orphan auction-template import probe#290
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
khaylebfortune:import-probe

Conversation

@khaylebfortune

@khaylebfortune khaylebfortune commented Aug 31, 2026

Copy link
Copy Markdown

Description

Removes the orphan one-line test-import.mjs probe from services/auction-template. The probe was a leftover debugging/verification file that:

  • Printed ok during import (side effect on every import of the package).
  • Contained no assertions.
  • Was not referenced by any package script, test, documentation, or CI configuration.

A repository-wide search confirmed zero consumers (test-import matches nothing in package scripts, tsconfig, CI workflows, or code). The auction-template import worked, but the file provided no ongoing value.

Changes

  • services/auction-template/test-import.mjs — deleted.

Verification

  • pnpm install (workspace deps).
  • pnpm test in services/auction-template — 5/5 passing.
  • pnpm typecheck in services/auction-template — clean.

No replacement test or unrelated template behavior was added; the diff is limited to deleting the orphan file.

Closes #245

Delete the one-line import probe that imported @sub-rosa/sdk, printed during
import, and asserted nothing. It had no references in package scripts, tests,
documentation, or CI.

Closes Sub-Rosa-Issue#245

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
@karagozemin
karagozemin merged commit 21a6cfe into Sub-Rosa-Issue:main Aug 31, 2026
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.

chore(template): remove the orphan import probe

2 participants