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
+58-2Lines changed: 58 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A distinctive feature of Assertive.ts with other assertion libraries is that it
22
22
23
23
### Features
24
24
25
-
- Type safety and intelligent matcher completion
25
+
- Type safety and intelligent matcher completion
26
26
- Rich set of expressive and flexible matchers
27
27
- Concise, chainable interface inspired by AssertJ
28
28
- Works with any test runner and framework such as [Jest](/docs/jest-tutorial.md), [Mocha](/docs/mocha-tutorial.md), or Ava
@@ -39,7 +39,7 @@ For convenience, this library is split into packages grouped within the same nam
39
39
Using you favorite test runner, you just need to import the `expect` and test away! If you don't really agree with `expect` as the name of the assertion function, we provide a couple aliases, such as `assert` and `assertThat`.
For a list of all [Core](https://github.com/stackbuilders/assertive-ts/blob/main/packages/core/README.md) matchers and extended documentation, you can refer to the [Core API documentation](https://stackbuilders.github.io/assertive-ts/docs/core/build/).
85
140
86
141
## Test Runner Integration
@@ -132,6 +187,7 @@ MIT, see [the LICENSE file](LICENSE).
132
187
Do you want to contribute to this project? Please take a look at our [contributing guideline](/docs/CONTRIBUTING.md) to know how you can help us build it.
0 commit comments