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 f695f78 commit 34bd731Copy full SHA for 34bd731
package.json
@@ -13,7 +13,7 @@
13
"request":"2.x"
14
},
15
"scripts": {
16
- "test": "tap tests/api_tests.js",
+ "test": "tap --reporter tap tests/api_tests.js",
17
"preinstall":"git clone https://github.com/RuntimeTools/omr-agentcore.git",
18
"install": "node-gyp rebuild"
19
tests/test_app.js
@@ -62,6 +62,6 @@ var ih = setInterval(function() {
62
63
64
module.exports.endRun = function(){
65
- agent.stop();
+ appmetrics.stop();
66
clearInterval(ih);
67
}
0 commit comments