mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
typo test/api.mocha.coffee
This commit is contained in:
parent
bb57eddec1
commit
e51cf0089e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ conf.argv().env().file({file: __dirname + '../config.json'}).defaults
|
|||
process.env.BASE_URL = conf.get("BASE_URL")
|
||||
process.env.FACEBOOK_KEY = conf.get("FACEBOOK_KEY")
|
||||
process.env.FACEBOOK_SECRET = conf.get("FACEBOOK_SECRET")
|
||||
process.env.NODE_DB_URI = 'mongodb://localhost/habirpg'
|
||||
process.env.NODE_DB_URI = 'mongodb://localhost/habitrpg'
|
||||
|
||||
## monkey-patch expect.js for better diffs on mocha
|
||||
## see: https://github.com/LearnBoost/expect.js/pull/34
|
||||
|
|
|
|||
Loading…
Reference in a new issue