itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
350 stars 41 forks source link

Use Jest for testing #14

Closed saminzadeh closed 6 years ago

saminzadeh commented 6 years ago

After #13 was merged, the testing will start to fail if we use more ES6 features.

This PR changes the testing framework to use Jest instead of mocha which is becoming an industry standard.

Some of it's features include:

A few notes:

cigolpl commented 6 years ago

The Jest works nice! Merging