apptask is not a separate process anymore
This commit is contained in:
@@ -128,10 +128,6 @@ describe('apptask', function () {
|
||||
], done);
|
||||
});
|
||||
|
||||
it('initializes succesfully', function (done) {
|
||||
apptask.initialize(done);
|
||||
});
|
||||
|
||||
it('reserve port', function (done) {
|
||||
apptask._reserveHttpPort(APP, function (error) {
|
||||
expect(error).to.not.be.ok();
|
||||
|
||||
Reference in New Issue
Block a user