remove pnpm as package manager. fix jest test issues. use npm for now.

This commit is contained in:
Jordan
2025-02-08 08:29:52 -08:00
parent 97ca20ed57
commit 58a3829347
14 changed files with 20661 additions and 6019 deletions

4
__mocks__/expo-sqlite.js Normal file
View File

@ -0,0 +1,4 @@
export const SQLite = {
openDatabaseAsync: jest.fn(),
// Mock other necessary methods like closeDatabase, etc.
};