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
create triggers a save on the record; build creates the record and leaves it in an uncommitted state. It would be nice to have push, which adds the record to the store in a committed state without going through save in the test.
Thoughts?
The text was updated successfully, but these errors were encountered:
create
triggers a save on the record;build
creates the record and leaves it in an uncommitted state. It would be nice to havepush
, which adds the record to the store in a committed state without going through save in the test.Thoughts?
The text was updated successfully, but these errors were encountered: