Skip to content

Sample application to demonstrate best practices in testing

Notifications You must be signed in to change notification settings

nareshbhatia/stock-charts

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published