cms/app-client/tests/unit/helpers/is-indeterminate-test.js
author ymh <ymh.work@gmail.com>
Mon, 03 Apr 2017 15:23:50 +0200
changeset 528 aa4fc985bf64
parent 244 d7ab83ecf737
permissions -rw-r--r--
iteration on bo client

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

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

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