10 lines
230 B
CoffeeScript
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
|