|
1 | 1 | <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
2 |
| -[](#contributors-) |
| 2 | +[](#contributors-) |
3 | 3 | <!-- ALL-CONTRIBUTORS-BADGE:END -->
|
4 | 4 | [](https://github.com/stackbuilders/assertive-ts/actions/workflows/ci.yml)
|
5 | 5 | [](https://github.com/stackbuilders/assertive-ts/actions/workflows/release.yml)
|
|
13 | 13 |
|
14 | 14 | A type-safe fluent assertion library written in TypeScript and inspired by [Jest](https://jestjs.io/docs/expect) assertions and the popular [AssertJ](https://assertj.github.io/doc/).
|
15 | 15 |
|
16 |
| -This library is designed to work in the browser and in Node.js. It ships with a rich set of expressive and flexible matchers that allows chaining multiple assertions. Assertive.ts is framework agnostic and should be used with a test framework such as [Jest](/docs/jest-tutorial.md), [Mocha](/docs/mocha-tutorial.md), or Ava. |
| 16 | +This library is designed to work in Node.js. It ships with a rich set of expressive and flexible matchers that allows chaining multiple assertions. Assertive.ts is framework agnostic and should be used with a test framework such as [Jest](/docs/jest-tutorial.md), [Mocha](/docs/mocha-tutorial.md), or Ava. |
17 | 17 |
|
18 | 18 | **🚨 BREAKING CHANGES:** Since v2, the `@stackbuilders/assertive-ts` package has been renamed to `@assertive-ts/core` so we can group other packages, such as plugins, into the same namespace. Check the [packages](#packages) section for more info.
|
19 | 19 |
|
@@ -142,7 +142,7 @@ For a list of all [Core](https://github.com/stackbuilders/assertive-ts/blob/main
|
142 | 142 |
|
143 | 143 | ## Test Runner Integration
|
144 | 144 |
|
145 |
| -Assertive.ts works on any JavaScript test runner, both on Node.js and browser environments. Below you can find some example of how to use it on some of the most common test runners: |
| 145 | +Assertive.ts works on any JavaScript test runner, in the Node.js environments. Below you can find some example of how to use it on some of the most common test runners: |
146 | 146 |
|
147 | 147 | - [Jest Integration](https://github.com/stackbuilders/assertive-ts/blob/main/docs/jest-tutorial.md)
|
148 | 148 | - [Mocha Integration](https://github.com/stackbuilders/assertive-ts/blob/main/docs/mocha-tutorial.md)
|
@@ -176,6 +176,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
176 | 176 | </tr>
|
177 | 177 | <tr>
|
178 | 178 | <td align="center" valign="top" width="14.28%"><a href="https://github.com/kdquistanchala"><img src="https://avatars.githubusercontent.com/u/51094604?v=4?s=100" width="100px;" alt="Karla Quistanchala"/><br /><sub><b>Karla Quistanchala</b></sub></a><br /><a href="https://github.com/stackbuilders/assertive-ts/pulls?q=is%3Apr+reviewed-by%3Akdquistanchala" title="Reviewed Pull Requests">👀</a></td>
|
| 179 | + <td align="center" valign="top" width="14.28%"><a href="https://spenc.es"><img src="https://avatars.githubusercontent.com/u/2670813?v=4?s=100" width="100px;" alt="Spencer Scorcelletti"/><br /><sub><b>Spencer Scorcelletti</b></sub></a><br /><a href="https://github.com/stackbuilders/assertive-ts/commits?author=asimpletune" title="Documentation">📖</a></td> |
179 | 180 | </tr>
|
180 | 181 | </tbody>
|
181 | 182 | </table>
|
|
0 commit comments