Implementation of core APIs for the Japa tests runner
npm install @japa/core[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
This repo contains the code for the core of the japa tests runner. You can use it create your tests runner, just like @japa/runner.
You can view the documentation on https://japa.dev
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/core/checks.yml?style=for-the-badge
[github-actions-url]: https://github.com/japa/core/actions/workflows/checks.yml "github-actions"
[npm-image]: https://img.shields.io/npm/v/@japa/core.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@japa/core "npm"
[license-image]: https://img.shields.io/npm/l/@japa/core?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"
