When testing a react application on Nodejs with mocha and jsdom, ReactTestUtils.Simulate.click does not affect the component. Sample app to reproduce the problem: https://github.com/yanns/react-unit-test/tree/pb-with-jsdom The test: https://github.com/yanns/react-unit-test/blob/pb-with-jsdom/src/test/mocha/LabelTest.js