Skip to content

NathalieNX/design_par_les_tests_s1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design par les tests - Séance 1

Setup

  1. Install dependencies

    $ npm install
    
  2. If on windows change test command (in package.json ) with

    "test": "set NODE_ENV=test&&mocha --recursive --exit --timeout 10000 --reporter nyan"
    
  3. Launch your tests

    $ npm test
    

Done 👌

About

Design par les tests - Séance 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%