Skip to content

efidiles/js-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author

Eduard Fidiles ([email protected])

Version number: 3858c958380fff9417bbc8d0c36472c6c4b4c34c


Running locally

TL;DR

Assuming that you are in a terminal window in the project's directory:

The code coverage is displayed after the output of the tests.


Requirements

  • node.js and npm must be installed (link)
  • from the command line,
    • navigate to the directory with the test
    • and type: npm install

Running the application

Assuming that you are in a terminal window in the project's directory:

  • type: npm start
  • you should get a new tab opened in your browser with the app. If it doesn't,

Running the tests

Assuming that you are in a terminal window in the project's directory:

  • type: npm test
  • you should see the tests in your terminal and at the end the coverage report

Running from cloud

The test can also be checked online in CodeSandbox (cloud editor):

This is the link: https://codesandbox.io/s/r7p70pz9wm

Disadvantage: The code coverage cannot be seen


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published