From 34b9543e0736bd2979dd19b91836eaf07c6a5fd6 Mon Sep 17 00:00:00 2001 From: khaylebfortune <111098422+khaylebfortune@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:15:06 +0000 Subject: [PATCH] chore: remove orphan test-import.mjs probe from auction-template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 #245 🤖 Generated with Codebuff Co-Authored-By: Codebuff --- services/auction-template/test-import.mjs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 services/auction-template/test-import.mjs diff --git a/services/auction-template/test-import.mjs b/services/auction-template/test-import.mjs deleted file mode 100644 index 24b7af85..00000000 --- a/services/auction-template/test-import.mjs +++ /dev/null @@ -1 +0,0 @@ -import { verifyReceipt } from '@sub-rosa/sdk'; console.log('ok');