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
+4 -2
View File
@@ -13,8 +13,10 @@ const BoxError = require('../boxerror.js'),
paths = require('../paths.js');
describe('Network', function () {
before(common.setup);
after(common.cleanup);
const { setup, cleanup } = common;
before(setup);
after(cleanup);
describe('Blocklist', function () {