feat: support Firestore paths and resizable Tree View columns - #14
Open
ChornyiDev wants to merge 5 commits into
Open
feat: support Firestore paths and resizable Tree View columns#14ChornyiDev wants to merge 5 commits into
ChornyiDev wants to merge 5 commits into
Annotations
5 errors and 1 warning
|
Tests
Process completed with exit code 1.
|
|
Tests:
electron/controllers/firebaseController.test.js#L149
AssertionError: expected { success: false, …(1) } to deeply equal { success: true, …(2) }
- Expected
+ Received
{
- "databaseId": undefined,
- "projectId": "recovery-project",
- "success": true,
+ "error": "Service account object must contain a string \"private_key\" property.",
+ "success": false,
}
❯ electron/controllers/firebaseController.test.js:149:22
|
|
Tests:
electron/controllers/firebaseController.test.js#L117
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ electron/controllers/firebaseController.test.js:117:28
|
|
Tests:
electron/controllers/firebaseController.test.js#L108
AssertionError: expected { success: false, …(1) } to deeply equal { success: true, …(2) }
- Expected
+ Received
{
- "databaseId": "my-database",
- "projectId": "test-project",
- "success": true,
+ "error": "Service account object must contain a string \"private_key\" property.",
+ "success": false,
}
❯ electron/controllers/firebaseController.test.js:108:20
|
|
Tests:
electron/controllers/firebaseController.test.js#L95
AssertionError: expected { success: false, …(1) } to deeply equal { success: true, …(2) }
- Expected
+ Received
{
- "databaseId": undefined,
- "projectId": "test-project",
- "success": true,
+ "error": "Service account object must contain a string \"private_key\" property.",
+ "success": false,
}
❯ electron/controllers/firebaseController.test.js:95:20
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading