mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
|
import {formatDate, parseDateString} from 'ghost/utils/date-formatting';
|
||
|
|
||
|
describe('Unit: Util: date-formatting', function () {
|
||
|
it('parses a string into a moment');
|
||
|
it('formats a date or moment');
|
||
|
});
|