cms/app-client/tests/unit/helpers/author-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 15:27:15 +0200
changeset 312 cd62bbf96322
parent 210 08ad36c693b1
permissions -rw-r--r--
Add hover state to discourse bubbles

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