fix(core): update

This commit is contained in:
2019-08-22 23:57:27 +02:00
parent c3ae0bc211
commit 8d5352d000
5 changed files with 65 additions and 99 deletions

View File

@ -15,9 +15,7 @@ const test2 = tap.test('should throw', async tools => {
outsideArray.push(randomstring.generate(1000));
});
});
if (!process.version.startsWith('v11')) {
expect(err).to.be.instanceof(Error);
}
expect(err).to.be.undefined;
});
tap.start();