Skip to content

jbee37142/javascript_test_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDD with mocha and Chai

JavaScript의 Unit Test에 대한 tutorial Github repository

Blog Posting

  1. Mocha Getting started
  2. Chai Getting started
  3. Chai-http 사용하여 REST API Test하기

Install

$ git clone https://github.com/JaeYeopHan/javascript_test_tutorial js_test_tutorial
$ cd js_test_tutorial
$ npm install

or

$ yarn global add mocha
$ yarn global add chai
$ yarn add chai-http
$ yarn global add json-server

Usage

$ npm run fake:start
$ npm test

About

Tutorial about TDD & BDD with Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published