Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jan 29, 2023
1 parent 4a4e920 commit 6294c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/to-dashboard_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ describe('to-dashboard.js', () => {

assert.equal(actual, 1673526896000);
});
});
/*
it('hour', () => {
const calculateDateTime = toDashboardNode.__get__('calculateDateTime');
const origin = '2023-01-01T12:34:56.000Z';
Expand All @@ -71,8 +73,6 @@ describe('to-dashboard.js', () => {
assert.equal(actual, 1673267696000);
});
});
/*
it('minute', () => {
const calculateDateTime = toDashboardNode.__get__('calculateDateTime');
const origin = '2023-01-01T12:34:56.000Z';
Expand Down

0 comments on commit 6294c9c

Please sign in to comment.