cms/app-client/tests/unit/helpers/to-minutes-test.js
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 04:43:18 +0100
changeset 389 2204faa0b41a
parent 211 7451203a1321
permissions -rw-r--r--
Correct problem in spaqrl client in php 56 + add line numbering in result table

import { toMinutes } from 'app-client/helpers/to-minutes';
import { module, test } from 'qunit';

module('Unit | Helper | to minutes');

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