You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing always seems to get short shrift in libraries. It would be nice to see an included test helper for simulating file selection, especially since this has become harder (if not impossible) with x-file-input in Ember 2.5+ since you basically have to re-tool the change handler to work out the readonly nature of event.target, event.target.files, etc.
Testing always seems to get short shrift in libraries. It would be nice to see an included test helper for simulating file selection, especially since this has become harder (if not impossible) with x-file-input in Ember 2.5+ since you basically have to re-tool the
change
handler to work out the readonly nature of event.target, event.target.files, etc.Source: Blog Post / Issue
The text was updated successfully, but these errors were encountered: