File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
55[ ![ Build status] [ build-badge ]] [ build ]
66[ ![ npm] [ npm-badge ]] [ npm ]
7+ [ ![ Semantically released] [ sr-badge ]] [ sr ]
78[ ![ Styled with prettier] [ prettier-badge ]] [ prettier ]
89[ ![ MIT License] [ license-badge ]] [ license ]
910[ ![ Code of Conduct] [ coc-badge ]] [ coc ]
1415- [ Why] ( #why )
1516- [ What] ( #what )
1617- [ How] ( #how )
18+ - [ ` createComponent ` ] ( #createcomponent )
19+ - [ ` container: HTMLElement ` ] ( #container-htmlelement )
20+ - [ ` debug() => void ` ] ( #debug--void )
21+ - [ ` fixture: any ` ] ( #fixture-any )
22+ - [ ` getFromTestBed(token: any, notFoundValue?: any) => any ` ] ( #getfromtestbedtoken-any-notfoundvalue-any--any )
1723- [ Usage] ( #usage )
18- - [ Licence ] ( #license )
24+ - [ LICENSE ] ( #license )
1925
2026## Installation
2127
@@ -31,7 +37,7 @@ Install `ngx-testing-library` from [npm] and add it your `devDependencies`:
3137## What
3238
3339ngx-testing-library is an Angular adapter around [ dom-testing-library] [ dom-testing-library ] ,
34- which provides lightweight ulitity functions to test UI components. Your tests will work with actual DOM nodes.
40+ which provides lightweight utility functions to test UI components. Your tests will work with actual DOM nodes.
3541
3642## How
3743
175181
176182[ build-badge ] : https://circleci.com/gh/timdeschryver/ngx-testing-library/tree/master.svg?style=shield
177183[ build ] : https://circleci.com/gh/timdeschryver/ngx-testing-library/tree/master
184+ [ sr-badge ] : https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
185+ [ sr ] : https://github.com/semantic-release/semantic-release
178186[ prettier-badge ] : https://img.shields.io/badge/styled_with-prettier-ff69b4.svg
179187[ prettier ] : https://github.com/prettier/prettier
180188[ npm-badge ] : https://img.shields.io/npm/v/ngx-testing-library.svg
You can’t perform that action at this time.
0 commit comments