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

10 lines
246 B
CoffeeScript

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