cms/app-client/tests/unit/models/discourse-test.js
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 14:53:59 +0200
changeset 537 d2e6ee099125
parent 175 7a7cfcba5bfe
permissions -rw-r--r--
upgrade ember + laravel + make everything work

import { moduleForModel, test } from 'ember-qunit';

moduleForModel('discourse', 'Unit | Model | discourse', {
  // 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);
});