Files
2017-12-21 11:42:41 +01:00

12 lines
316 B
CoffeeScript

import { moduleFor, test } from 'ember-qunit'
moduleFor 'transform:moment', 'Unit | Transform | moment', {
# Specify the other units that are required for this test.
# needs: ['serializer:foo']
}
# Replace this with your real tests.
test 'it exists', (assert) ->
transform = @subject()
assert.ok transform