cms/app-client/tests/unit/routes/results-test.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 12 Jul 2016 09:48:11 +0200
changeset 237 69a9f3687902
parent 41 b6815b3d46bd
permissions -rw-r--r--
Scrolling system in thematiques: more button and append data on scroll

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

moduleFor('route:results', 'Unit | Route | results', {
  // Specify the other units that are required for this test.
  // needs: ['controller:foo']
});

test('it exists', function(assert) {
  var route = this.subject();
  assert.ok(route);
});