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 1235deb commit 0e61a6cCopy full SHA for 0e61a6c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "appmetrics",
3
- "version": "1.0.13-dev",
+ "version": "1.0.12",
4
"description": "Node Application Metrics",
5
"bin": {
6
"node-hc": "bin/appmetrics-cli.js"
tests/api_tests.js
@@ -19,7 +19,7 @@ var monitor = app.appmetrics.monitor();
19
app.appmetrics.enable("profiling");
20
21
var tap = require('tap');
22
-tap.plan(6); // NOTE: This needs to be updated when tests are added/removed
+tap.plan(5); // NOTE: This needs to be updated when tests are added/removed
23
tap.tearDown(function(){
24
app.endRun();
25
});
0 commit comments