Skip to content

Commit e3a7bf6

Browse files
committed
fixed tests
1 parent e810a8e commit e3a7bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Encode and decode quoted-printable strings according to rfc2045",
55
"main": "lib/libqp.js",
66
"scripts": {
7-
"test": "node --test test/**/*-test.js",
7+
"test": "node --test",
88
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)