Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 307 Bytes

CONTRIBUTION.md

File metadata and controls

17 lines (13 loc) · 307 Bytes

Contribution

PR are welcome!

To run the tests, it needs to a test database running with the following credential:

{
  "host": "localhost",
  "port": 5432,
  "database": "rx_reactive_test",
  "user": "rx_reactive_tester",
  "password": "1esdf3143"
}

Please make sure everything is tested!