Files
ember-cli-dunlop/tests/unit/utils/integer-to-string-test.coffee
2017-12-21 11:42:41 +01:00

10 lines
260 B
CoffeeScript

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