1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00
VILLASweb/tests/unit/services/running-simulation-test.js
Markus Grigull b9d40a861e Add running-simulation service
Simulation-model index now shows correct simulator data if the selected
simulation is running.

running-simulation service can be used to get the running simulation anywhere
in the app.
2016-07-26 20:40:33 +02:00

12 lines
357 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('service:running-simulation', 'Unit | Service | running simulation', {
// Specify the other units that are required for this test.
// needs: ['service:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.subject();
assert.ok(service);
});