changeset 189 | 21b30ee23191 |
188:d2cb39155997 | 189:21b30ee23191 |
---|---|
1 import { interval } from 'app-client/helpers/interval'; |
|
2 import { module, test } from 'qunit'; |
|
3 |
|
4 module('Unit | Helper | interval'); |
|
5 |
|
6 // Replace this with your real tests. |
|
7 test('it works', function(assert) { |
|
8 let result = interval([42]); |
|
9 assert.ok(result); |
|
10 }); |