it( 'updates other settings', () => {
        expect(settingsReducer({}, updateOtherSettings(
            {cdnEnable: false}
        )).other.cdnEnable).toEqual(false);
    });