chore(datetime) rm unused

This commit is contained in:
coderaiser 2020-12-04 18:49:37 +02:00
parent c719e37cc1
commit 983609f19a

View file

@ -46,7 +46,6 @@ test('common: 0 before number', (t) => {
});
test('common: datetime: wrong args', (t) => {
const fn = () => datetime({});
const [error] = tryCatch(datetime, {});
t.equal(error.message, 'date should be instanceof Date!', 'should throw');