| changeset 177 | 5e93f5e5f8f9 |
| parent 176 | d1baf7ccecc8 |
| 173:cf7b221238fd | 177:5e93f5e5f8f9 |
|---|---|
1 import { popularity } from 'app-client/helpers/popularity'; |
|
2 import { module, test } from 'qunit'; |
|
3 |
|
4 module('Unit | Helper | popularity'); |
|
5 |
|
6 // Replace this with your real tests. |
|
7 test('it works', function(assert) { |
|
8 let result = popularity([42]); |
|
9 assert.ok(result); |
|
10 }); |