moment-date-test.js 324 B

123456789101112131415
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('transform:moment-date', {
  6. // Specify the other units that are required for this test.
  7. // needs: ['serializer:foo']
  8. });
  9. // Replace this with your real tests.
  10. test('it exists', function(assert) {
  11. var transform = this.subject();
  12. assert.ok(transform);
  13. });