Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ cb
Function
cb
web/regression/javascript/Notifier.spec.js:66–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
const
{ modal, snackbar } = makeStubs();
65
const
n =
new
Notifier(modal, snackbar);
66
const
cb = () => {};
67
n.alertText(
'Error'
,
'boom'
, cb);
68
expect(modal.alert).toHaveBeenCalledWith(
69
'Error'
,
'boom'
, cb,
'OK'
, { plainText: true });
Callers
1
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected