cms/app-client/tests/unit/helpers/is-checked-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 25 Sep 2016 13:45:54 +0200
changeset 289 7cae80e5748c
parent 244 d7ab83ecf737
permissions -rw-r--r--
Add transcript icon to playlist items

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