(props)
| 785 | |
| 786 | class App extends Component { |
| 787 | constructor(props) { |
| 788 | super(props); |
| 789 | this.state = { classModifier: "" }; |
| 790 | } |
| 791 | |
| 792 | componentDidMount() { |
| 793 | modal.node.className.should.be.eql("portal"); |
nothing calls this directly
no outgoing calls
no test coverage detected