Mailspring/packages/client-sync/spec/local-sync-worker
Juan Tejada caf5380659 [client-app] Fix importing SyncActivity
In some places we were not accessing `.default` when using `require`,
and when using `import` we couldn't really destructure unless we
accessed `.default` too, or if the functions were regular exports
instead of properties on a default exported object.

This was causing our sync loop to error.

To remain consistent, we always just `require` or `import` the
SyncActivity singleton and access that
2017-03-28 09:09:39 -07:00
..
sync-tasks [client-*] Rename packages folders and update readme 2017-02-16 13:31:37 -08:00
imap-helpers-spec.es6 [client-*] Rename packages folders and update readme 2017-02-16 13:31:37 -08:00
sync-process-manager-spec.es6 [client-app] Fix importing SyncActivity 2017-03-28 09:09:39 -07:00