Skip to content

Commit 736fecb

Browse files
mmaleckiindexzero
authored andcommitted
[test] Clean up after tests are done
1 parent 6b1a08d commit 736fecb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: test/cli-test.js

+9
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,14 @@ vows.describe('forever/cli').addBatch({
4848
})
4949
})
5050
}
51+
}).addBatch({
52+
'When testing forever CLI': {
53+
'necessary cleanup': {
54+
topic: function () {
55+
forever.stopAll().on('stopAll', this.callback.bind({}, null));
56+
},
57+
'should take place': function () {}
58+
}
59+
}
5160
}).export(module);
5261

0 commit comments

Comments
 (0)