From dfa6e4038500bfa4e3322f6b90db8c5345813fc6 Mon Sep 17 00:00:00 2001 From: Samidy Date: Thu, 12 Mar 2026 09:27:27 +0300 Subject: [PATCH] we dont even have tests --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f92010..7496fa5 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "lint:css": "stylelint \"**/*.css\"", "lint:html": "htmlhint \"**/*.html\" --ignore=\"dist/**,legacy/**,node_modules/**\"", "lint": "npm run lint:js && npm run lint:css && npm run lint:html", - "format": "prettier --write .", - "test": "echo \"Error: no test specified\" && exit 1" + "format": "prettier --write ." }, "repository": { "type": "git",