()
| 790 | } |
| 791 | |
| 792 | componentDidMount() { |
| 793 | modal.node.className.should.be.eql("portal"); |
| 794 | |
| 795 | this.setState({ classModifier: "-modifier" }); |
| 796 | } |
| 797 | |
| 798 | componentDidUpdate() { |
| 799 | modal.node.className.should.be.eql("portal-modifier"); |
nothing calls this directly
no outgoing calls
no test coverage detected