| 1234567891011121314 |
- // import React from 'react';
- // import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
- // import {shallow} from 'enzyme';
- //
- // import {PasswordStrength} from '../components/PasswordStrength';
- //
- // describe('PasswordStrength', () => {
- //
- // it.skip('should have class bad if length below 4', () => {
- // const wrapper = shallow(<PasswordStrength password="asd" />);
- // expect(wrapper.find(".password-strength-bad")).to.have.length(3);
- // });
- // });
- //
|