weiroll / weiroll.js

A high-level javascript transpiler for weiroll
https://weiroll.github.io/weiroll.js/
MIT License
53 stars 10 forks source link

Rewrite tests to use Jest #18

Closed mirshko closed 3 years ago

mirshko commented 3 years ago

Since the tooling now uses TSDX, the cli comes with Jest built in, the current tests use Chai, lets re-write the tests to use Jest and remove the mocha and chai dependencies.

Will also fix the CI from failing right now.