tests: cleanup common variables

This commit is contained in:
Girish Ramakrishnan
2021-08-13 10:41:10 -07:00
parent aa981da43b
commit a8760f6c2c
20 changed files with 393 additions and 404 deletions

View File

@@ -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 = [];