cms/app-client/tests/unit/helpers/is-checked-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 26 Sep 2016 23:13:15 +0200
changeset 301 29b425234094
parent 244 d7ab83ecf737
permissions -rw-r--r--
Transcript icon in tool container + Toggle transcript action on click

import { isChecked } from 'app-client/helpers/is-checked';
import { module, test } from 'qunit';

module('Unit | Helper | is checked');

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