From b7007baf7f6f73e308c4fe0731879782a069c485 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:12:03 -0800 Subject: [PATCH] Add test placeholder --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5da7685..1b677ab 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "lint": "eslint .", "lint-fix": "eslint . --fix", "tsc": "./node_modules/typescript/bin/tsc", - "check": "eslint . && npm run tsc" + "check": "eslint . && npm run tsc", + "test": "echo \"No tests specified\" && exit 0" }, "dependencies": { "@hcaptcha/react-hcaptcha": "^0.3.4",