mock-browser
mock-browser copied to clipboard
mock window.console is missing some methods
console.groupCollapsed, timeStamp for example are missing. the list I have is: , LOGGERS = [ 'count' , 'debug' , 'dir' , 'dirxml' , 'error' , 'group' , 'info' , 'profile' , 'profileEnd' , 'time' , 'timeEnd' , 'trace' , 'warn' ] , METHODS = [ 'clear' , 'groupCollapsed' , 'groupEnd' , 'timeStamp' ]
and _exception though it's deprecated