cms/app-client/tests/unit/controllers/tabs/thematiques-test.js
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:24 +0100
changeset 572 190ae1dee68d
parent 176 d1baf7ccecc8
permissions -rw-r--r--
New version, update js requirements + package files.

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

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

// Replace this with your real tests.
test('it exists', function(assert) {
    let controller = this.subject();
    assert.ok(controller);
});