chore(test): adds broken test back

This commit is contained in:
Akshay Nair
2023-09-17 14:53:02 +05:30
parent c9aadf84eb
commit d755689788
+1 -1
View File
@@ -165,7 +165,7 @@ describe('Domain service', () => {
]);
});
it.skip('should resolve with a redirections', async () => {
it('should resolve with a redirections', async () => {
const zones = [
{ line: '111', name: 'xx', type: 'CNAME', address: 'fck.com.' },
{ line: '112', name: 'xx', type: 'A', address: '111.1.1212.1' },