Skip to content

fix(ci): replace lerna bootstrap with pnpm install #127

fix(ci): replace lerna bootstrap with pnpm install

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

14 tests  +14   14 ✔️ +14   1s ⏱️ -1s
11 suites +11     0 💤 ±  0 
  1 files   +  1     0 ±  0 

Results for commit 0e6275a. ± Comparison against earlier commit 6eea7bb.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions 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