cms/app-client/tests/unit/helpers/is-indeterminate-test.js
changeset 244 d7ab83ecf737
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/tests/unit/helpers/is-indeterminate-test.js	Mon Jul 18 02:37:48 2016 +0200
@@ -0,0 +1,10 @@
+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);
+});