evently-cloud / cli

Evently Command-Line Interface
Apache License 2.0
1 stars 0 forks source link

Convert tests to Node test #11

Closed mattbishop closed 1 year ago

mattbishop commented 1 year ago

We are using Mocha now, but it might be fine to use node's new built-in test framework instead.

evert commented 1 year ago

I wanted to see if this was a really quick fix, but it looks like oclifs own @oclif/test expects mocha:

https://oclif.io/docs/testing

So we either need to not use @oclif/test or stick to mocha for now.

mattbishop commented 1 year ago

Okay.