import dateSort from '../../../utils/date-sort' import { module, test } from 'qunit' module 'Unit | Utility | date sort' # Replace this with your real tests. test 'it works', (assert) -> result = dateSort() assert.ok result