BrightspaceUILabs / file-uploader

Polymer-based web component for D2L file uploader
Apache License 2.0
4 stars 6 forks source link

Unit Tests #38

Closed dlockhart closed 7 years ago

dlockhart commented 7 years ago

I've gone through and fleshed out the unit tests -- this provides a few good examples of the types of "unit" tests you can write for a UI component.

Stay away from "look & feel" type stuff (that's what Galen is for), but you can certainly interact with the component by modifying properties, attributes and firing events and then assert the result.