Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 309 Bytes

File metadata and controls

20 lines (17 loc) · 309 Bytes

Twitter like application for testing practice

Installaion

npm install
npm start

Running Test

watch mode

npm test

with coverage

npm test --coverage

With complete test

complete branch