cms/app-client/tests/unit/helpers/author-test.js
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 19:46:57 +0200
changeset 348 a5e8d037304b
parent 210 08ad36c693b1
permissions -rw-r--r--
Solve language display problem in result playlist. problem was in the mirage serializer definition

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);
});