Added reporting of console.log from editor. Refactored a little.
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
eda96e7cad
commit
2529e6533c
@@ -140,11 +140,12 @@ export const createMainFramer = (document, getState, proxyLogger) =>
|
||||
writeContentToFrame
|
||||
);
|
||||
|
||||
export const createTestFramer = (document, getState, frameReady) =>
|
||||
export const createTestFramer = (document, getState, frameReady, proxyLogger) =>
|
||||
flow(
|
||||
createFrame(document, getState, testId),
|
||||
mountFrame(document),
|
||||
addDepsToDocument,
|
||||
writeTestDepsToDocument(frameReady),
|
||||
buildProxyConsole(proxyLogger),
|
||||
writeContentToFrame
|
||||
);
|
||||
|
Reference in New Issue
Block a user