cms/app-client/tests/unit/helpers/annotation-content-test.js
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 460 686926d132ff
permissions -rw-r--r--
correct licence problem in bug #0026523


import { annotationContent } from 'app-client/helpers/annotation-content';
import { module, test } from 'qunit';

module('Unit | Helper | annotation content');

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