Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

Corrected deletion in Array type form #1672

Closed pfmziota closed 6 years ago

pfmziota commented 6 years ago

Hello, I added this fix for array entry deletion. I just cannot figure out how I am supposed to run the tests in this package. Everything runs fine in a poc project.

[Edit] OK found out the information I need to run tests is in plain sight (package.js) sorry. Tests fail in local too. Seems to be related to Babel