Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ getAuthority } from
'./authority'
;
2
describe(
'getAuthority should be strong'
, () => {
3
it(
'string'
, () => {
4
expect(getAuthority(
'admin'
)).toEqual([
'admin'
]);
Callers
nothing calls this directly
Calls
2
getAuthority
Function · 0.90
it
Function · 0.50
Tested by
no test coverage detected