(props)
| 769 | |
| 770 | class App extends Component { |
| 771 | constructor(props) { |
| 772 | super(props); |
| 773 | this.state = { classModifier: "" }; |
| 774 | } |
| 775 | |
| 776 | componentDidMount() { |
| 777 | modal.node.className.should.be.eql("portal"); |
nothing calls this directly
no outgoing calls
no test coverage detected