Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/what-the-test
https://github.com/gregros/what-the-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregros/what-the-test
- Owner: GregRos
- License: mit
- Created: 2024-07-23T14:55:28.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T15:46:26.000Z (5 months ago)
- Last Synced: 2024-10-06T20:34:07.849Z (3 months ago)
- Language: TypeScript
- Size: 3.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# what-the-test
[![Node.js CI](https://github.com/GregRos/what-the-test/actions/workflows/push.yaml/badge.svg)](https://github.com/GregRos/what-the-test/actions/workflows/push.yaml)
[![npm](https://img.shields.io/npm/v/what-the-test)](https://www.npmjs.com/package/what-the-test)
Automatically detects the running unit test framework and provides a unified interface for declaring tests. It _just works_ in both ESM and CJS environments. Don't need to `await` anything or change the code in any way.
The following test frameworks are supported:
1. Jest
2. Ava
3. Jasmine
4. MochaOnly `jest` is thoroughly tested right now.