https://github.com/samuelmarks/waterline-test-case
Test-case for a Waterline issue: "AdapterError: Connection is already registered"
https://github.com/samuelmarks/waterline-test-case
Last synced: 3 months ago
JSON representation
Test-case for a Waterline issue: "AdapterError: Connection is already registered"
- Host: GitHub
- URL: https://github.com/samuelmarks/waterline-test-case
- Owner: SamuelMarks
- Created: 2016-07-08T08:36:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T06:12:30.000Z (almost 10 years ago)
- Last Synced: 2025-06-04T07:27:16.406Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
waterline-test-case
===================
Test-case for Waterline issue: ["AdapterError: Connection is already registered"](https://github.com/balderdashy/waterline/issues/1376)
## Dependencies
`RDBMS_URI` environment variable pointing to Postgres database with r/w access.
npm install -g typings tsc
typings install
npm install
## Test
npm test