Skip to content

Commit 4bf6f41

Browse files
committed
chore: add semantic-release badge and update ToC
1 parent 0d1cc81 commit 4bf6f41

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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]
@@ -14,8 +15,13 @@
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

3339
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.
3541

3642
## How
3743

@@ -175,6 +181,8 @@ MIT
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

0 commit comments

Comments
 (0)