cms/app-client/tests/unit/helpers/author-test.js
author ymh <ymh.work@gmail.com>
Tue, 26 Sep 2017 21:41:49 +0200
changeset 550 fbd1bfc9f963
parent 210 08ad36c693b1
permissions -rw-r--r--
Improve label resolution in french for geonames.

import { author } from 'app-client/helpers/author';
import { module, test } from 'qunit';

module('Unit | Helper | author');

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