Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@abbit/verbose-eureka

abbitco48MIT0.11.0TypeScript support: included

magic!

firebase, firestore, realtime database, cloud functions

readme

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)