Skip to content

zirho/node-es6-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simply clone this and start writing es6 code and unit tests

This package includes

  • support for ES6 including stage 0 specs
  • babel
  • eslint
  • mocha
  • should

Prerequisites

  • install nodejs 4+
  • install yarn

Clone and install dependencies

clone https://github.com/zirho/node-es6-unit-test
cd node-es6-unit-test
yarn install

Watch and run unit tests

yarn test

Run unit tests once

yarn test-once

put your codes

This is where your code goes in

src/code.js

This is where your unit tests goes in

src/code.test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published