Skip to content

Commit

Permalink
refactor: renamed serve scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Burgman committed Jan 27, 2022
1 parent 08faa3b commit 91dddd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/dbx-firebase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ This library was generated with [Nx](https://nx.dev).

## Running unit tests

Unit tests are run through the Docker container. This lets our tests access the emulator.
Unit tests are run through the Docker container. This lets our tests access the emulator. Since all tests are run within the container, and the container is not configured to use service ports, it can be run at the same time as the demo.

Run `nx watch dbx-firebase` to execute the unit tests and watch for changes.

Run `nx test dbx-firebase` to execute the unit tests.

### Firebase Related Unit Test Notes
https://firebase.google.com/docs/rules/unit-tests#rut-v2-common-methods
File renamed without changes.
File renamed without changes.

0 comments on commit 91dddd9

Please sign in to comment.