Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lorenzofox3/zora
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent RENARD authored and Laurent RENARD committed Oct 18, 2019
2 parents 68ae33c + 3cc5556 commit 043a6e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zora

Fast javascript test runner for **nodejs** and **browsers**
Fast javascript testing library for **nodejs** and **browsers**

[![CircleCI](https://badgen.net/circleci/github/lorenzofox3/zora)](https://circleci.com/gh/lorenzofox3/zora)
[![npm](https://badgen.net/npm/v/zora)](https://www.npmjs.com/package/zora)
Expand Down Expand Up @@ -83,9 +83,9 @@ In my opinions:

As a result zora is much smaller of an install according to [packagephobia](https://packagephobia.now.sh) than all the others test frameworks

| | zora@3.1.0 | tape@4.10.2 | Jest@24.8.2 | AvA@2.1.0 | Mocha@6.1.4|
|--------|:------------:|:-----------:|:-------------:|:------------:|------------:|
|Install size | [209kb](https://packagephobia.now.sh/result?p=zora) | [1.06mb](https://packagephobia.now.sh/result?p=tape) | [32mb](https://packagephobia.now.sh/result?p=jest) | [14.8mb](https://packagephobia.now.sh/result?p=ava) | [5.59mb](https://packagephobia.now.sh/result?p=mocha)|
| | zora | tape | Jest | AvA | Mocha|
|--------|:------------:|:-----------:|:-------------:|:------------:|:------------:|
|Install size | [![zora](https://packagephobia.now.sh/badge?p=zora)](https://packagephobia.now.sh/result?p=zora) | [![tape](https://packagephobia.now.sh/badge?p=tape)](https://packagephobia.now.sh/result?p=tape) | [![jes](https://packagephobia.now.sh/badge?p=jest)](https://packagephobia.now.sh/result?p=jest) | [![ava](https://packagephobia.now.sh/badge?p=ava)](https://packagephobia.now.sh/result?p=ava) | [![mocha](https://packagephobia.now.sh/badge?p=mocha)](https://packagephobia.now.sh/result?p=mocha) |

### Reporting is handled with another process (TAP aware)

Expand Down

0 comments on commit 043a6e1

Please sign in to comment.