Files
portfolio2023/build/node_modules/@japa/runner/README.md
T
2023-11-24 22:35:41 +01:00

27 lines
1.1 KiB
Markdown

# @japa/runner
> An API first tests runner for Node.js
[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
Japa is an API first testing framework. It focuses only on testing Node.js (backend) applications, thus resulting in a fast, small, and a simple tests runner.
#### 💁 Please visit https://japa.dev for documentation
<br />
<hr>
![](https://raw.githubusercontent.com/thetutlage/static/main/sponsorkit/sponsors.png)
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/runner/test.yml?style=for-the-badge "github-actions"
[github-actions-url]: https://github.com/japa/runner/actions/workflows/test.yml
[npm-image]: https://img.shields.io/npm/v/@japa/runner.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@japa/runner "npm"
[license-image]: https://img.shields.io/npm/l/@japa/runner?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"