cms/app-client/tests/unit/helpers/to-minutes-test.js
author ymh <ymh.work@gmail.com>
Sun, 02 Oct 2016 16:50:11 +0200
changeset 309 6ab16926b675
parent 211 7451203a1321
permissions -rw-r--r--
update maps to use geonames ids

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);
});