mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 09:50:35 +00:00
Delete commented out test (#1378)
This commit is contained in:
parent
3f5e0db19b
commit
2bec24aa63
@ -8,15 +8,6 @@ test('it can convert date string to date for display', () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
// timezones for the lose
|
|
||||||
// test('it can convert seconds to date time for display', () => {
|
|
||||||
// const markdown =
|
|
||||||
// 'HEY SPIFF_FORMAT:::convert_seconds_to_date_time_for_display(10000)';
|
|
||||||
// expect(FormattingService.checkForSpiffFormats(markdown)).toEqual(
|
|
||||||
// 'HEY 1969-12-31 21:46:40'
|
|
||||||
// );
|
|
||||||
// });
|
|
||||||
|
|
||||||
test('it can convert seconds to duration time for display', () => {
|
test('it can convert seconds to duration time for display', () => {
|
||||||
const markdown =
|
const markdown =
|
||||||
'HEY SPIFF_FORMAT:::convert_seconds_to_duration_for_display(10000)';
|
'HEY SPIFF_FORMAT:::convert_seconds_to_duration_for_display(10000)';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user