Tuesday, July 25, 2017

Mocha and Chai

Mocha is used to run tests


Chai is used to write tests

No comments:

Post a Comment

Call a function in child component from parent component in React

Consider the following parent component class Parent extends React.Component { constructor(props) { super(props);         thi...