tests: cleanup common variables
This commit is contained in:
@@ -21,8 +21,10 @@ const EVENT_0 = {
|
||||
};
|
||||
|
||||
describe('Notifications', function () {
|
||||
before(common.setup);
|
||||
after(common.cleanup);
|
||||
const { setup, cleanup } = common;
|
||||
|
||||
before(setup);
|
||||
after(cleanup);
|
||||
|
||||
let notificationIds = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user