verbose-eureka
How to test it locally
With the firebase emulator already running in parallel
Run the emulator:
npm run emulate
To run tests, with the watch functionality:
npm run test
To run tests once and get the 'nyc' coverage report:
npm run test-once
Run the emulator with the tests
To run tests with the emulator and the watch functionality:
npm run emulated-tests
How to build it
npm run build
The build result will be created in the 'lib' folder (this can be configured in the tsconfig.json file)