changeset 246 | 5b7ae96768be |
245:c9dd78a43b07 | 246:5b7ae96768be |
---|---|
1 import { ifOperator } from 'app-client/helpers/if-operator'; |
|
2 import { module, test } from 'qunit'; |
|
3 |
|
4 module('Unit | Helper | if operator'); |
|
5 |
|
6 // Replace this with your real tests. |
|
7 test('it works', function(assert) { |
|
8 let result = ifOperator([42]); |
|
9 assert.ok(result); |
|
10 }); |