e74e2e039e
no issue - switch `jscs` and `jshint` inline config to `eslint` config - fix eslint errors, predominantly in tests where the config now the main app config more closely
7 lines
218 B
JavaScript
7 lines
218 B
JavaScript
// import {formatDate, parseDateString} from 'ghost-admin/utils/date-formatting';
|
|
|
|
describe('Unit: Util: date-formatting', function () {
|
|
it('parses a string into a moment');
|
|
it('formats a date or moment');
|
|
});
|