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 47cda80 commit 17b0133Copy full SHA for 17b0133
package.json
@@ -93,7 +93,8 @@
93
"gyp-rebuild": "node-gyp rebuild",
94
"stress": "mocha --no-timeouts test/arduinoTest/stress.js",
95
"grunt": "grunt",
96
- "test": "grunt --verbose"
+ "test": "grunt --verbose",
97
+ "valgrind": "valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/.bin/grunt test"
98
},
99
"gypfile": true
100
}
0 commit comments