Here we want to test a toggle button component, when the button was click, state should change, style should change also. Toggle component: // see this live: https://codesandbox.io/s/GvWpGjKQ import React, {Component} from 'react' import PropTypes fr…