feat: make editable code available in tests
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
6e091a7cdb
commit
68b223322f
@@ -138,7 +138,13 @@ function loadCodeEpic(action$, state$) {
|
||||
...file,
|
||||
contents: codeFound[file.key]
|
||||
? codeFound[file.key].contents
|
||||
: file.contents
|
||||
: file.contents,
|
||||
editableContents: codeFound[file.key]
|
||||
? codeFound[file.key].editableContents
|
||||
: file.editableContents,
|
||||
editableRegionBoundaries: codeFound[file.key]
|
||||
? codeFound[file.key].editableRegionBoundaries
|
||||
: file.editableRegionBoundaries
|
||||
}
|
||||
}),
|
||||
{}
|
||||
|
Reference in New Issue
Block a user