diff --git a/package.json b/package.json index 2e15200..1c94dff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Encode and decode quoted-printable strings according to rfc2045", "main": "lib/libqp.js", "scripts": { - "test": "node --test test/**/*-test.js", + "test": "node --test", "update": "rm -rf node_modules package-lock.json && ncu -u && npm install" }, "repository": {