mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(datetime) rm unused
This commit is contained in:
parent
c719e37cc1
commit
983609f19a
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue