Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tejasbubane/xecmascript-ava
- Owner: tejasbubane
- Created: 2017-04-17T14:16:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T06:10:15.000Z (over 7 years ago)
- Last Synced: 2024-11-13T16:42:03.018Z (2 months ago)
- Topics: ava, babel, babel-register, ecmascript, esnext, exercism, test-runner
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 diffsRelated 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`.