We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da14bd0 commit 262cba7Copy full SHA for 262cba7
__tests__/unit/logic.test.ts
@@ -49,7 +49,7 @@ describe('TADProc Service', () => {
49
});
50
51
52
- jest.spyOn(databaseManager, 'setAdd').mockImplementation((key: string, value: string): Promise<void> => {
+ jest.spyOn(databaseManager, 'setAdd').mockImplementation((key: string, value: any): Promise<void> => {
53
return new Promise<void>((resolve, reject) => {
54
cacheString = value;
55
resolve();
0 commit comments