Skip to content

Commit 0dcefdc

Browse files
committed
do not kill pm2
1 parent adeefbc commit 0dcefdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/programmatic/lazy_api.mocha.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ var PM2 = require('../..');
88
var should = require('should');
99

1010
describe('Lazy API usage', function() {
11-
before(function(done) {
12-
PM2.kill(function() { done() });
13-
});
14-
1511
it('should start a script without passing any args', function(done) {
1612
PM2.start('./../fixtures/child.js', done);
1713
});

0 commit comments

Comments
 (0)