cms/app-client/tests/unit/helpers/popularity-test.js
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 19:41:40 +0100
changeset 470 c5cdf35cab7b
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Correct Ndyuka-Trio Piddin lexvo id (correct m3.11 & m3.12)

import { popularity } from 'app-client/helpers/popularity';
import { module, test } from 'qunit';

module('Unit | Helper | popularity');

// Replace this with your real tests.
test('it works', function(assert) {
    let result = popularity([42]);
    assert.ok(result);
});