We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55e292 commit 4dfb3aaCopy full SHA for 4dfb3aa
mocha.start.js
@@ -34,7 +34,8 @@ var config = {
34
host: process.env.DB_HOST || 'localhost',
35
user: process.env.DB_USER || process.env.C9_USER || 'ubuntu',
36
database: process.env.DB_NAME || (process.env.C9_USER ? 'c9' : 'circle_test')
37
- }
+ },
38
+ debug: process.env.DEBUG || false
39
};
40
41
TestRunner.init({
0 commit comments