Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 23, 2024
1 parent e810a8e commit e3a7bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e3a7bf6

Please sign in to comment.