Files
ember-cli-dunlop/tests/unit/helpers/t-test.coffee
T
2017-12-21 11:42:41 +01:00

10 lines
203 B
CoffeeScript

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