cms/app-client/tests/unit/helpers/author-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 03 Aug 2016 22:47:49 +0200
changeset 249 e4204b1a579a
parent 210 08ad36c693b1
permissions -rw-r--r--
Quickfix micro-cuts

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