Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
suiteSetup(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
testUtil = tabletestutil.createTableTestUtils(tableService, testPrefix);
testUtil.setupSuite(done);
});
before(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = tabletestutil.createTableTestUtils(tableService, testPrefix);
suiteUtil.setupSuite(done);
});
before(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = tabletestutil.createTableTestUtils(tableService, testPrefix);
suiteUtil.setupSuite(done);
});
before(function (done) {
blobService = storage.createBlobService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = blobtestutil.createBlobTestUtils(blobService, testPrefix);
suiteUtil.setupSuite(done);
});
suiteSetup(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = tabletestutil.createTableTestUtils(tableService, testPrefix);
suiteUtil.setupSuite(done);
});
setup(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
done();
});
before(function (done) {
blobService = storage.createBlobService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = blobtestutil.createBlobTestUtils(blobService, testPrefix);
suiteUtil.setupSuite(done);
});
suiteSetup(function (done) {
tableService = storage.createTableService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = tabletestutil.createTableTestUtils(tableService, testPrefix);
suiteUtil.setupSuite(done);
});
suiteSetup(function (done) {
queueService = storage.createQueueService()
.withFilter(new common.ExponentialRetryPolicyFilter());
suiteUtil = queuetestutil.createQueueTestUtils(queueService, testPrefix);
suiteUtil.setupSuite(done);
});