From dabcbdf0833809c689b47889c6392040a64d8c06 Mon Sep 17 00:00:00 2001 From: Ayush Saha Date: Wed, 4 Feb 2026 17:02:49 +0530 Subject: [PATCH] Add test script to package.json Signed-off-by: Ayush Saha --- codemods/v5-migration-recipe/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codemods/v5-migration-recipe/package.json b/codemods/v5-migration-recipe/package.json index 7663ab4..1e382d7 100644 --- a/codemods/v5-migration-recipe/package.json +++ b/codemods/v5-migration-recipe/package.json @@ -10,6 +10,11 @@ "directory": "codemods/v5-migration-recipe", "bugs": "https://github.com/expressjs/codemod/issues" }, + { + "scripts": { + "test": "echo \"No tests for this codemod\"" + } +} "author": "bjohansebas (Sebastian Beltran)", "license": "MIT", "homepage": "https://github.com/expressjs/codemod/blob/main/codemods/v5-migration-recipe/README.md",