Skip to content
Snippets Groups Projects
Select Git revision
  • 86cb062646413f23f8b89a739945747fed9d2e80
  • master default
  • ember-ui
3 results

topic-test.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    topic-test.js 306 B
    import { moduleForModel, test } from 'ember-qunit';
    
    moduleForModel('topic', 'Unit | Model | topic', {
      // Specify the other units that are required for this test.
      needs: []
    });
    
    test('it exists', function(assert) {
      let model = this.subject();
      // let store = this.store();
      assert.ok(!!model);
    });