Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 229 Bytes

learn-circleci

This project purpose is learn how to use CircleCI.

MEMO

  • Can't test with mocha when not module of node.js.
  • However, using rewire solved it.
  • As a result, even client side libraries could test with mocha.