diff --git a/src/components/__tests__/A.test.js b/src/components/__tests__/A.test.js index bee1ba7..40cf3f7 100644 --- a/src/components/__tests__/A.test.js +++ b/src/components/__tests__/A.test.js @@ -52,7 +52,7 @@ describe('', () => { }); // event simulate with shallow - it('should call foo when .btn-foo clicked', () => { + it('should call bar props when .btn-bar clicked', () => { const subject = makeShallowSubject(); subject.find('.btn-bar').simulate('click');