Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Dec 8, 2018
1 parent 472c220 commit 9f390c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/__tests__/RootModal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ describe('RootModal', function () { // eslint-disable-line func-names
it('should has parent element which has specific className', () => {
const subject = this.makeSubject();

console.log(subject);

expect(subject.instance().modalTarget.classList[0]).toBe('intl-tel-input');
expect(subject.instance().modalTarget.classList[1]).toBe('iti-container');
});
Expand Down

0 comments on commit 9f390c9

Please sign in to comment.