10 lines
260 B
CoffeeScript
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
|