tests: cleanup common variables
This commit is contained in:
@@ -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 () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user