mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
api test fix
This commit is contained in:
parent
a241912939
commit
b41efcf86a
@ -8,7 +8,7 @@ describe('API checks', function() {
|
||||
|
||||
describe('PM2 connect old style', function() {
|
||||
before(function(done) {
|
||||
PM2.delete('all', done);
|
||||
PM2.delete('all', function() { done() });
|
||||
});
|
||||
|
||||
after(function(done) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user