Commit Graph

18 Commits

Author SHA1 Message Date
Rafael Oleza
7f3f040628 Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
Rafael Oleza
a93808d1a8 Always use global it, beforeEach and afterEach methods 2019-02-28 20:39:21 +01:00
Rafael Oleza
d7d6d0838f Remove unused vars from specs 2019-02-28 19:30:03 +01:00
Rafael Oleza
c35ec012b4 Run prettier on spec/ folder 2019-02-28 19:30:03 +01:00
Wliu
266a40d914
📝 2017-12-05 11:37:04 +01:00
Wliu
6852fe8ee5
🎨 2017-12-05 11:34:11 +01:00
Wliu
4f86d60f7b
Update HistoryManager spec to mock the state store 2017-12-05 01:22:13 +01:00
Wliu
ebf23ec3e1
Do not clobber recent project history when running specs 2017-11-21 21:19:05 +01:00
Nathan Sobo
d584bd6adb Eliminate reliance on local storage in HistoryManager
It's causing test failures locally and enough time has passed that most
user data should be transitioned to indexed DB by now.
2017-05-11 16:58:54 -06:00
Antonio Scandurra
934c377af6 Fix tests 2017-03-17 17:04:11 +01:00
Antonio Scandurra
d94c8811f3 Replace CommandRegistry.addBundled with a boolean param in .add 2017-03-17 16:19:25 +01:00
Antonio Scandurra
ea440148d8 Fix remaining tests 2017-03-12 11:57:16 +01:00
Antonio Scandurra
284f2c62e5 Start fixing tests 2017-03-11 19:05:28 +01:00
Antonio Scandurra
7e761d39af Fall back to local storage when no history can be found 2017-03-10 14:37:37 +01:00
Antonio Scandurra
cf9a5b13e3 Replace localStorage with StateStore in HistoryManager
Instead of using `localStorage` to store and retrieve the project
history, with this commit we will use `StateStore` so that we can
retrieve state asynchronously without blocking Atom during startup.
2017-03-07 11:02:40 +01:00
Damien Guard
9d553d2cfa
Remove errant debugger call in spec 2016-12-06 22:30:01 -08:00
Damien Guard
60fc36a969
Improve array path matching in history 2016-12-06 14:29:14 -08:00
Damien Guard
8229924b96
History API, reopen project menu, command and list view 2016-10-21 15:13:59 -07:00