我收到了疯狂的错误消息
安装mod_wsgi
时“httpd-devel
”。
我研究了一些我可以安装yum install httpd-devel
的方法
“Server version: Apache/2.2.15 (Unix)
”
实际上,我收到了带有“httpd -V
”
function setup() {
const component = shallow(<Multiplier />);
return {
component: component,
button: component.find('#multiplyButton')
}
}
describe('Given a Multiplier instantiated', () => {
it('The button perform operation should invoke the click method', () => {
const { button } = setup();
const handleClick = jest.fn();
button.onclick = handleClick;
button.simulate('onClick');
expect(handleClick).toBeCalled();
});
});
”
版本为 python2.7 mod_wsgi-4.5.15 。
有什么建议吗?