Disabled mirage logging in tests

no issue
- test logs were too long so Travis was killing the jobs
This commit is contained in:
Kevin Ansfield 2019-01-22 17:44:01 +00:00
parent 8e734d3c79
commit b362b00707
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export function testConfig() {
// this.urlPrefix = ''; // make this `http://localhost:8080`, for example, if your API is on a different server
this.namespace = '/ghost/api/v2/admin'; // make this `api`, for example, if your API is namespaced
// this.timing = 400; // delay for each request, automatically set to 0 during testing
// this.logging = true;
this.logging = false;
mockApiKeys(this);
mockAuthentication(this);