Files
ember-cli-dunlop/tests/unit/helpers/number-to-xls-header-test.coffee
2017-12-21 11:42:41 +01:00

10 lines
273 B
CoffeeScript

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