push
github
72 of 100 branches covered (72.0%)
Branch coverage included in aggregate %.
0 of 743 new or added lines in 22 files covered. (0.0%)
54 existing lines in 21 files now uncovered.386 of 1694 relevant lines covered (22.79%)
6.85 hits per line
NEW
|
import StoryHeaderComponent from "./story-header.jsx";
|
|
NEW
|
import StoryEditorComponent from "./story-editor.jsx";
|
× |
3 |
|
|
4 |
class StoryComponent { |
× |
NEW
|
view({ attrs: { app, story } }) {
|
× |
NEW
|
return (
|
× |
NEW
|
<div className="story">
|
× |
NEW
|
<StoryHeaderComponent app={app} story={story} /> |
× |
NEW
|
<StoryEditorComponent story={story} /> |
× |
NEW
|
</div> |
× |
11 |
); |
|
UNCOV
12
|
} |
× |
UNCOV
13
|
} |
× |
14 |
|
|
15 |
export default StoryComponent; |
× |