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