mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-02 20:30:10 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98a2cc2813 | |||
| 4df49633b4 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "readmeabook",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
@@ -10,6 +10,7 @@ const prismaMock = createPrismaMock();
|
||||
const audibleServiceMock = vi.hoisted(() => ({
|
||||
search: vi.fn(),
|
||||
getAudiobookDetails: vi.fn(),
|
||||
getBaseUrl: vi.fn().mockReturnValue('https://www.audible.com'),
|
||||
}));
|
||||
const enrichMock = vi.hoisted(() => vi.fn());
|
||||
const currentUserMock = vi.hoisted(() => vi.fn());
|
||||
|
||||
Reference in New Issue
Block a user