build(deps-dev): bump vite from 5.4.17 to 5.4.20 #86
Annotations
2 errors
|
build
Process completed with exit code 1.
|
|
tests/firestore/refs-in-documents.spec.ts > Firestore refs in documents > keeps null for non existent docs refs when updating the doc:
tests/firestore/refs-in-documents.spec.ts#L192
AssertionError: expected { id: 'HJqIun5NzBko1eWgrVNu', …(1) } to deeply equal { a: null }
- Expected
+ Received
Object {
- "a": null,
+ "a": "__tests/X3IgRJPO1pP9oiF4sDbh/col_0/empty",
}
❯ tests/firestore/refs-in-documents.spec.ts:192:24
|