nareshbhatia / stock-charts

Sample application to demonstrate best practices in testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Charts

Stock Charts is a sample application to demonstrate best practices in testing. Hope you will find it useful. Feedback welcome!

The Application

The application consists of a single page that displays information about a stock. Here's a screen shot to give you an idea:

Screen Shot

Build

$ yarn
$ yarn start

Now point your browser to http://localhost:3000/.

Test

Execute the following command to run tests in interactive mode:

yarn test

Execute the following command to run all tests and show test coverage.

yarn test --watchAll=false --coverage

About

Sample application to demonstrate best practices in testing


Languages

Language:TypeScript 95.5%Language:HTML 4.3%Language:JavaScript 0.2%