cms/app-client/tests/unit/helpers/interval-test.js
author ymh <ymh.work@gmail.com>
Wed, 01 Feb 2017 17:54:44 +0100
changeset 492 acecbffac2c4
parent 189 21b30ee23191
permissions -rw-r--r--
on notice display add external link to subject, locations, and languages, correct #0025938

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

module('Unit | Helper | interval');

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