diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 15:33:27 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 15:33:27 +1000 |
commit | aaf0499017091587037e96b61a4894a40f13e0e7 (patch) | |
tree | 6de5045a2c3b1501646b12e07a6e024a556765cd /cdn | |
parent | Captcha required message on login/register (diff) | |
parent | Captcha checking (diff) | |
download | server-aaf0499017091587037e96b61a4894a40f13e0e7.tar.xz |
Merge branch 'feat/captchaVerify' into slowcord
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json index 46405b88..c63713c0 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "types": "src/index.ts", "scripts": { - "test": "npm run build && jest --coverage ./tests", + "test": "npm run build && npx jest --coverage ./tests", "build": "npx tsc -p .", "start": "node dist/start.js" }, |