Skip to content

Exercism's xecmascript problems ported to use ava test runner

Notifications You must be signed in to change notification settings

tejasbubane/xecmascript-ava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published