Delete commented out test (#1378)

This commit is contained in:
jbirddog 2024-04-10 12:37:38 -04:00 committed by GitHub
parent 3f5e0db19b
commit 2bec24aa63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -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', () => {
const markdown =
'HEY SPIFF_FORMAT:::convert_seconds_to_duration_for_display(10000)';