This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/tests/unit/utils/date-helpers-test.js
2015-03-19 09:17:09 -08:00

10 lines
247 B
JavaScript

import dateHelpers from '../../../utils/date-helpers';
import { module, test } from 'qunit';
module('dateHelpers');
// Replace this with your real tests.
test('it works', function(assert) {
var result = dateHelpers();
assert.ok(result);
});