changeset 211 | 7451203a1321 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/tests/unit/helpers/to-minutes-test.js Tue Jun 28 23:36:40 2016 +0200 @@ -0,0 +1,10 @@ +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); +});