cms/app-client/tests/unit/helpers/is-indeterminate-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 19:46:23 +0530
changeset 359 6274a5fdd348
parent 244 d7ab83ecf737
permissions -rw-r--r--
Treemap colors

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