12345678910 |
- import datetimeFormats from '../../../utils/datetime-formats';
- import { module, test } from 'qunit';
- module('datetimeFormats');
- // Replace this with your real tests.
- test('it works', function(assert) {
- var result = datetimeFormats();
- assert.ok(result);
- });
|