Files
ember-panda/tests/unit/utils/panda-route-setup-test.coffee
2017-12-21 11:51:55 +01:00

10 lines
260 B
CoffeeScript

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