You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,11 @@ the first place
73
73
1.`cd js-data-sql; npm install;`
74
74
1. Write your code, including relevant documentation and tests
75
75
1. Run `npm test` (build and test)
76
-
- You need io.js or Node 4.x that includes generator support without a flag
76
+
- You need Node 4.x that includes generator support without a flag
77
+
- The tests expect a database to be running follows, but can be overridden by passing the applicable environment variable as indicated (ex. `DB_HOST=192.168.99.100 npm test`).
78
+
-`DB_HOST`: `localhost`
79
+
-`DB_NAME`: `circle_test`
80
+
-`DB_USER`: `ubuntu`
77
81
1. Your code will be linted and checked for formatting, the tests will be run
78
82
1. The `dist/` folder & files will be generated, do NOT commit `dist/*`! They
0 commit comments