An open API service indexing awesome lists of open source software.

https://github.com/w-lfpup/jackrabbit-js

a test runner for TS / JS
https://github.com/w-lfpup/jackrabbit-js

ecmascript javascript testing testing-tools tests typescript

Last synced: 6 months ago
JSON representation

a test runner for TS / JS

Awesome Lists containing this project

README

          

# Jackrabbit

Tests without dependencies.

A test runner without dependencies.

## Tests

See [this guide](./test_guide.md) to create jackrabbit tests.

## Nodejs

### Install

Install jackrabbit with npm via github.

```sh
npm install --save-dev https://github.com/wolfpup-software/jackrabbit-js
```

### Run Test Collections

```sh
npx jackrabbit --file ./path/to/test/collection/mod.ts
```

## License

BSD 3-Clause License