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
The test.js file hardcodes the test db to tekkenchickentest but this db is not populated by the schema script.
Propose we either:
Populate the test db alongside the main db in /database/init.js -or-
Allow the user to pass in a variable to /database/init.js to override the db
The thinking here is that we're going to want to setup a CI server (ala travis CI) that runs every test when we check in the build, so we should create a programmatic way to populate the db for running tests.
The text was updated successfully, but these errors were encountered:
The test.js file hardcodes the test db to
tekkenchickentest
but this db is not populated by the schema script.Propose we either:
The thinking here is that we're going to want to setup a CI server (ala travis CI) that runs every test when we check in the build, so we should create a programmatic way to populate the db for running tests.
The text was updated successfully, but these errors were encountered: