diff --git a/app/screens/User/components/RepoFilter.test.js b/app/screens/User/components/RepoFilter.test.js index f00e23c..5e6c11c 100644 --- a/app/screens/User/components/RepoFilter.test.js +++ b/app/screens/User/components/RepoFilter.test.js @@ -12,6 +12,10 @@ describe('RepoFilter', () => { input.simulate('keyup', {target: {value: key}}); expect(onUpdate).to.have.been.calledWith(key); }); + + it('should do the thing', () => {}); + + it('should do the other cool thing', () => {}); }); function mountComponent(props) {