describe('adminUsers', () => {
  let ctrl, $output;
  beforeAll(() => {
    $output = mq(adminUsers);
  });