cms/app-client/tests/unit/helpers/short-date-test.js
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 14:07:38 +0100
changeset 411 49f4705d7b65
parent 210 08ad36c693b1
permissions -rw-r--r--
Added tag 0.0.10 for changeset 240ca282331d

import { shortDate } from 'app-client/helpers/short-date';
import { module, test } from 'qunit';

module('Unit | Helper | short date');

// Replace this with your real tests.
test('it works', function(assert) {
  let result = shortDate([42]);
  assert.ok(result);
});