fix(core): update

This commit is contained in:
2019-01-07 00:21:15 +01:00
parent 6286bfaa8f
commit e720d5905e
9 changed files with 1664 additions and 404 deletions

View File

@ -1,4 +1,4 @@
import { expect, tap } from 'tapbundle';
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartdns from '../ts/index';
@ -41,7 +41,7 @@ tap.test('should get a txt record', async () => {
});
tap.test('should, get a mx record for a domain', async () => {
let res = await testDnsly.getRecord('bleu.de', 'MX');
const res = await testDnsly.getRecord('bleu.de', 'MX');
console.log(res);
});