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

10 lines
215 B
CoffeeScript

import { date } from 'dummy/helpers/date'
import { module, test } from 'qunit'
module 'Unit | Helper | date'
# Replace this with your real tests.
test 'it works', (assert) ->
result = date 42
assert.ok result