CalebMorris / react-moment-proptypes

React proptype validator for moment.js
49 stars 17 forks source link

Rework tests and improve behavior coverage #30

Closed CalebMorris closed 7 years ago

CalebMorris commented 7 years ago

Description

Adds testing for behavior that is broken in #26 when integration testing outside of a browser. Restructured code to encapsulate by allowing testing without exposing a larger API.

Test Changes

Behavior Changes

New Behaviors

Future Notes

In the future I want to look into using Chromium headless to do end-to-end testing.