Skip to content

Commit a757e50

Browse files
chore: unskipped unit test
1 parent dc22c49 commit a757e50

32 files changed

+32
-32
lines changed

test/unit/cis/caching-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('CachingApiV1', () => {
64+
describe('CachingApiV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = CachingApiV1.newInstance(requiredGlobals);

test/unit/cis/cis-ip-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ afterEach(() => {
4949
getAuthenticatorMock.mockClear();
5050
});
5151

52-
describe.skip('CisIpApiV1', () => {
52+
describe('CisIpApiV1', () => {
5353
describe('the newInstance method', () => {
5454
test('should use defaults when options not provided', () => {
5555
const testInstance = CisIpApiV1.newInstance();

test/unit/cis/custom-pages.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('CustomPagesV1', () => {
64+
describe('CustomPagesV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = CustomPagesV1.newInstance(requiredGlobals);

test/unit/cis/dns-record-bulk.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('DnsRecordBulkV1', () => {
64+
describe('DnsRecordBulkV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = DnsRecordBulkV1.newInstance(requiredGlobals);

test/unit/cis/dns-records.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('DnsRecordsV1', () => {
64+
describe('DnsRecordsV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = DnsRecordsV1.newInstance(requiredGlobals);

test/unit/cis/edge-functions-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ beforeEach(() => {
6262
};
6363
});
6464

65-
describe.skip('EdgeFunctionsApiV1', () => {
65+
describe('EdgeFunctionsApiV1', () => {
6666
describe('the newInstance method', () => {
6767
test('should use defaults when options not provided', () => {
6868
const testInstance = EdgeFunctionsApiV1.newInstance(requiredGlobals);

test/unit/cis/firewall-access-rules.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ beforeEach(() => {
5959
};
6060
});
6161

62-
describe.skip('FirewallAccessRulesV1', () => {
62+
describe('FirewallAccessRulesV1', () => {
6363
describe('the newInstance method', () => {
6464
test('should use defaults when options not provided', () => {
6565
const testInstance = FirewallAccessRulesV1.newInstance(requiredGlobals);

test/unit/cis/firewall-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('FirewallApiV1', () => {
64+
describe('FirewallApiV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = FirewallApiV1.newInstance(requiredGlobals);

test/unit/cis/firewall-event-analytics-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ beforeEach(() => {
6161
};
6262
});
6363

64-
describe.skip('FirewallEventAnalyticsApiV1', () => {
64+
describe('FirewallEventAnalyticsApiV1', () => {
6565
describe('the newInstance method', () => {
6666
test('should use defaults when options not provided', () => {
6767
const testInstance = FirewallEventAnalyticsApiV1.newInstance(requiredGlobals);

test/unit/cis/global-load-balancer-events.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ beforeEach(() => {
5959
};
6060
});
6161

62-
describe.skip('GlobalLoadBalancerEventsV1', () => {
62+
describe('GlobalLoadBalancerEventsV1', () => {
6363
describe('the newInstance method', () => {
6464
test('should use defaults when options not provided', () => {
6565
const testInstance = GlobalLoadBalancerEventsV1.newInstance(requiredGlobals);

0 commit comments

Comments
 (0)