fix(ci): replace lerna bootstrap with pnpm install #127
GitHub Actions / Test Results
succeeded
Nov 2, 2023 in 0s
All 14 tests pass in 1s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
14 tests found
There are 14 tests, see "Raw output" for the full list of tests.
Raw output
should create a document ‑ Transaction should create a document
should find a set of documents ‑ Repository #findAll() should find a set of documents
should query documents based on sub-field ‑ Repository #query() should query documents based on sub-field
should query documents ‑ Transaction should query documents
should return document ‑ Repository #findById() should return document
should return null for non existing document ‑ Repository #findById() should return null for non existing document
should return null if a document doesn't exist ‑ Repository #findAll() should return null if a document doesn't exist
should run a simple migration ‑ Migrations should run a simple migration
should save a document without merging data ‑ Repository #write() should save a document without merging data
should save a document ‑ Repository #save() should save a document
should successfully update an existing document ‑ Repository #update() should successfully update an existing document
should throw a FirestoreStorageError when a document was not found ‑ Repository #getById() should throw a FirestoreStorageError when a document was not found
should throw an error when trying to update a document ‑ Repository #update() should throw an error when trying to update a document
should update an existing document ‑ Repository #save() should update an existing document
Loading