Skip to content

joaoscalett/contatempo

 
 

Repository files navigation

Build Status Coverage Status styled with prettier

Contatempo

A simple time tracker

Contributing

Running tests

Create a settings.coverage.json file with the following content:

{
    "coverage": {
        "coverage_app_folder": "<absolute_path_to_project_root_folder>/",
        "is_coverage_active": true,
        "verbose": false
    }
}

Notice that coverage_app_folder ends with a slash (/). This is needed in order to make coverage report work.

After you've created the file, you can just run npm tdd.

About

SImple time tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 1.7%
  • CSS 1.0%