MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / authority.test.js

File authority.test.js

src/utils/authority.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getAuthority } from './authority';
2describe('getAuthority should be strong', () => {
3 it('string', () => {
4 expect(getAuthority('admin')).toEqual(['admin']);

Callers

nothing calls this directly

Calls 2

getAuthorityFunction · 0.90
itFunction · 0.50

Tested by

no test coverage detected