mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +02:00
Enable log transitions in tests
This commit is contained in:
parent
ad119eeb48
commit
a7894d6800
1 changed files with 74 additions and 74 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
/* jshint node: true */
|
||||
|
||||
module.exports = function(environment) {
|
||||
module.exports = function (environment) {
|
||||
|
||||
var ENV = {
|
||||
modulePrefix: 'documize',
|
||||
|
@ -56,7 +56,7 @@ module.exports = function(environment) {
|
|||
ENV.APP.LOG_RESOLVER = false;
|
||||
ENV.APP.LOG_ACTIVE_GENERATION = false;
|
||||
ENV.APP.LOG_VIEW_LOOKUPS = false;
|
||||
// ENV.APP.LOG_TRANSITIONS = false;
|
||||
ENV.APP.LOG_TRANSITIONS = true;
|
||||
// ENV.APP.LOG_TRANSITIONS_INTERNAL = false;
|
||||
|
||||
ENV.baseURL = '/';
|
||||
|
@ -80,7 +80,7 @@ module.exports = function(environment) {
|
|||
ENV.apiHost = "";
|
||||
}
|
||||
|
||||
process.argv.forEach(function(element) {
|
||||
process.argv.forEach(function (element) {
|
||||
if (element !== undefined) {
|
||||
if (element.startsWith("intercom=")) {
|
||||
element = element.replace("intercom=", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue