cms/app-client/tests/unit/helpers/is-checked-test.js
changeset 244 d7ab83ecf737
equal deleted inserted replaced
243:0f29cc270f9e 244:d7ab83ecf737
       
     1 import { isChecked } from 'app-client/helpers/is-checked';
       
     2 import { module, test } from 'qunit';
       
     3 
       
     4 module('Unit | Helper | is checked');
       
     5 
       
     6 // Replace this with your real tests.
       
     7 test('it works', function(assert) {
       
     8   let result = isChecked([42]);
       
     9   assert.ok(result);
       
    10 });