|
import aclsStatus from 'consul-ui/utils/acls-status';
|
|
import { module, test } from 'qunit';
|
|
|
|
module('Unit | Utility | acls status');
|
|
|
|
// Replace this with your real tests.
|
|
test('it works', function(assert) {
|
|
let result = aclsStatus();
|
|
assert.ok(result);
|
|
});
|