Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Persisted] Fork web and native, make it synchronous on the web (#4872) | dan | 2024-08-06 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | | | | | * Delete logic for legacy storage * Delete superfluous tests At this point these tests aren't testing anything useful, let's just get rid of them. * Inline store.ts methods into persisted/index.ts * Fork persisted/index.ts into index.web.ts * Remove non-essential code and comments from both forks * Remove async/await from web fork of persisted/index.ts * Remove unused return * Enforce that forked types match | ||||
* | Add tests for migration and persisted state (#2118) | Eric Bailey | 2023-12-06 | 1 | -0/+21 |
* Add tests for migrate * Add test for persisted.init * Add legacy transform test * Set NODE_ENV for testing * Mock logger * Set expo var to test |