We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def1b22 commit e810a8eCopy full SHA for e810a8e
package.json
@@ -4,7 +4,7 @@
4
"description": "Encode and decode quoted-printable strings according to rfc2045",
5
"main": "lib/libqp.js",
6
"scripts": {
7
- "test": "node --test test/",
+ "test": "node --test test/**/*-test.js",
8
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
9
},
10
"repository": {
0 commit comments