facebookarchive / instant-articles-builder

Instant Articles Rules Editor
https://facebook.github.io/instant-articles-builder
Other
125 stars 67 forks source link

Update default exported rules test #25

Closed pestevez closed 6 years ago

pestevez commented 6 years ago

This PR fixes the unit test that was checking for empty rules.

We are currently exporting two hardcoded rules, which were breaking the existing test. I also moved the call to onRulesJSONChanged from the RuleList constructor to the componentDidMount lifecycle function.

Test Plan

npm test

Verify all tests pass.

pestevez commented 6 years ago

Thanks, @diegoquinteiro!