angular-extensions / pretty-html-log

A module that allows you to pretty print the inner HTML of ComponentFixtures, DebugElements, NativeElements or even plain HTML strings to the console. This is very useful for debugging Angular component tests in Jest
MIT License
37 stars 1 forks source link

fix: 🐛 document the exported logNgHTML function #26

Closed kreuzerk closed 3 years ago

kreuzerk commented 3 years ago

@maxfriedmann I just figured out that your fix was not yet released because we didn't use the correct commit message. This PR should release the fix introduced by your PR.

maxfriedmann commented 3 years ago

@kreuzerk seems like Travis can't find your pr branch anymore

kreuzerk commented 3 years ago

:tada: This PR is included in version 3.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: