A small component to allow users to update their password.
- Implement tests to check the interactions with the component. Since the validations rely on listening for the key up, it's not clear how best these can be tested.
Clone this repository.
Run bower i
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
$ polymer serve
$ polymer test --skip-plugin junit-reporter
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.