Closed saminzadeh closed 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:
test
__test__
The Jest works nice! Merging
Jest
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:
test
folder to__test__
as it works out of the box for Jest