2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-03 14:50:50 +00:00
John Cowen 345765f766
ui: Adds human formatting to nanosecond based session durations ()
* ui: Adds human formatting to nanosecond based session durations
2021-04-28 12:12:56 +01:00

13 lines
331 B
JavaScript

import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
module('Unit | Service | temporal', function(hooks) {
setupTest(hooks);
// TODO: Replace this with your real tests.
test('it exists', function(assert) {
let service = this.owner.lookup('service:temporal');
assert.ok(service);
});
});