You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
> Lightweight utility functions to test Angular components.
4
4
5
-
[![Styled with prettier][prettier-badge]][prettier]
5
+
[![Build status][build-badge]][build]
6
6
[![npm][npm-badge]][npm]
7
+
[![Styled with prettier][prettier-badge]][prettier]
7
8
[![MIT License][license-badge]][license]
8
9
[![Code of Conduct][coc-badge]][coc]
9
10
@@ -112,7 +113,7 @@ Calls the the Angular `TestBed.get` function.
112
113
113
114
You can find some examples in the [tests folder](https://github.com/timdeschryver/ngx-testing-library/tree/master/projects/ngx-testing-library/tests).
114
115
115
-
Here is how "default" specifications are written with `ngx-testing-library`.
116
+
Here is how the "default" specifications can be written with `ngx-testing-library`.
0 commit comments