Disabled mirage logging in tests to fix Travis runs

This commit is contained in:
Kevin Ansfield 2019-02-26 09:45:29 +07:00
parent b2c1a4ac28
commit 17854c6c81
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,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);