Files
2017-12-21 11:42:41 +01:00

10 lines
230 B
CoffeeScript

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