MCPcopy
hub / github.com/mozilla/multi-account-containers / buildBackgroundDom

Function buildBackgroundDom

test/common.js:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62const buildBackgroundDom = background => {
63 return buildDom({
64 background,
65 popup: false
66 });
67};
68
69const buildPopupDom = popup => {
70 return buildDom({

Callers 1

1140.test.jsFile · 0.85

Calls 1

buildDomFunction · 0.85

Tested by

no test coverage detected