Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

xecmascript-ava

First few problems from Exercism's ecmascript track converted to use the 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: exercism/javascript#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.

About

Exercism's xecmascript problems ported to use ava test runner

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages