Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngMocks): $logProvider#debugEnabled should work the same within tests #3788

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 29, 2013

  1. fix(ngMocks): $logProvider#debugEnabled should work the same within t…

    …ests
    
    angular.mocks.$LogProvider $logProvider.debugEnabled(false) is crashing
    with undefined when run inside karma/jasmine test runner
    
    angular.module('foo', [])
    .config(['$logProvider', function ($logProvider) {
    $logProvider.debugEnabled(false);
    }
    ]);
    
    Closes #3612
    Adam de Baugh committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    5afe049 View commit details
    Browse the repository at this point in the history