server/bo_client/tests/unit/models/document-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 07 Jul 2016 11:06:11 +0200
changeset 233 0ff47a9c5da2
parent 4 f55970e41793
permissions -rw-r--r--
Keyboard events on chronology

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

moduleForModel('document', 'Unit | Model | document', {
  // Specify the other units that are required for this test.
  needs: []
});

test('it exists', function(assert) {
  var model = this.subject();
  // var store = this.store();
  assert.ok(!!model);
});