Skip to content

Commit

Permalink
Add test placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 16, 2024
1 parent 2c8166d commit b7007ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b7007ba

Please sign in to comment.