You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/tests/unit/utils/acls-status-test.js

11 lines
262 B

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);
});