Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tejasbubane/xecmascript-ava

Exercism's xecmascript problems ported to use ava test runner
https://github.com/tejasbubane/xecmascript-ava

ava babel babel-register ecmascript esnext exercism test-runner

Last synced: 3 days ago
JSON representation

Exercism's xecmascript problems ported to use ava test runner

Awesome Lists containing this project

README

        

# xecmascript-ava

First few problems from [Exercism](http://exercism.io)'s [ecmascript track](https://github.com/exercism/xecmascript) converted to use the [ava](https://github.com/avajs/ava) test runner.

This has following advantages:

* Remove use of any build tool to run tests
* Modern testing env with nice diffs

Related issue here: https://github.com/exercism/xecmascript/issues/272

### Steps to run tests:

* `cd` into any exercise directory.
* For the first time, you will have to install all required dependencies using `npm install`.
* Run the tests using `npm test`.