localforage is failing to clear properly across tests as it is initializing different instances in test file and helper function.
pass as a param so we have one instance that is easily cleared between tests
Differential D15514
[Cashtab] Pass localforage as a param in cashtab test initializer function Authored by bytesofman on Feb 22 2024, 12:40. Tags None Subscribers None
Details
localforage is failing to clear properly across tests as it is initializing different instances in test file and helper function. pass as a param so we have one instance that is easily cleared between tests npm test
Diff Detail
|