Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
test: ignore leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rolu01 committed Jan 10, 2024
1 parent cee7bab commit 4df37b9
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 @@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "lab -v",
"test": "lab -v -l",
"test-and-lint": "lab -v -L"
},
"repository": {
Expand Down

0 comments on commit 4df37b9

Please sign in to comment.