MCPcopy
hub / github.com/node-red/node-red / afterEach

Function afterEach

test/unit/@node-red/editor-api/lib/index_spec.js:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 });
48 };
49 var afterEach = function() {
50 apiAuth.init.restore();
51 apiAuth.login.restore();
52 apiEditor.init.restore();
53 apiAdmin.init.restore();
54 };
55
56 beforeEach(beforeEach);
57 afterEach(afterEach);

Callers 15

registry_spec.jsFile · 0.85
loader_spec.jsFile · 0.85
index_spec.jsFile · 0.85
installer_spec.jsFile · 0.85
plugins_spec.jsFile · 0.85
settings_spec.jsFile · 0.85
index_spec.jsFile · 0.85
index_spec.jsFile · 0.85
sessions_spec.jsFile · 0.85
settings_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected