cms/app-client/tests/unit/helpers/to-minutes-test.js
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 11:14:41 +0100
changeset 391 4f6118afabee
parent 211 7451203a1321
permissions -rw-r--r--
Carto improvement: - add count on hover, - carto filter use geonames id resolution - geonames id in filter

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