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
Moved Updater class to dedicated header and source files.
Created apiUpdater.js with a separate API for Updater component.
Issues to fix:
1. Pass Prefs to Updater component
- Now Updater sets just an empty Prefs object
2. Review content of apiUpdater.js and updaterJsFiles[] array
- Check that all what's needed is set there and nothing is redundant
- Does Updater component need to take care of asynchronicity in JS
files?
3. Fix UpdateCheckTests
- They are now passing just because FilterEngine object is created
while those tests should just rely only on Updater object.
0 commit comments