File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Build status] [ build-badge ]] [ build ]
6
6
[ ![ npm] [ npm-badge ]] [ npm ]
7
+ [ ![ Semantically released] [ sr-badge ]] [ sr ]
7
8
[ ![ Styled with prettier] [ prettier-badge ]] [ prettier ]
8
9
[ ![ MIT License] [ license-badge ]] [ license ]
9
10
[ ![ Code of Conduct] [ coc-badge ]] [ coc ]
14
15
- [ Why] ( #why )
15
16
- [ What] ( #what )
16
17
- [ 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 )
17
23
- [ Usage] ( #usage )
18
- - [ Licence ] ( #license )
24
+ - [ LICENSE ] ( #license )
19
25
20
26
## Installation
21
27
@@ -31,7 +37,7 @@ Install `ngx-testing-library` from [npm] and add it your `devDependencies`:
31
37
## What
32
38
33
39
ngx-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.
35
41
36
42
## How
37
43
175
181
176
182
[ build-badge ] : https://circleci.com/gh/timdeschryver/ngx-testing-library/tree/master.svg?style=shield
177
183
[ 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
178
186
[ prettier-badge ] : https://img.shields.io/badge/styled_with-prettier-ff69b4.svg
179
187
[ prettier ] : https://github.com/prettier/prettier
180
188
[ npm-badge ] : https://img.shields.io/npm/v/ngx-testing-library.svg
You can’t perform that action at this time.
0 commit comments