/COMP.SE.200-2022-2023-1

Implementing unit tests with Jest, using GitHub Actions and Coveralls. The assignment is done for Software Testing course at Tampere University.

Primary LanguageJavaScriptMIT LicenseMIT

Software Testing course assignment

Coverage Status

Assignment - Part 2 - Executing tests

The assigment is done for Software Testing course at Tampere University.

The repository contains the source code that is under testing, tests, package.json and LICENSE file.

Source code folder contains a separate license file that must NOT be removed under any circumstances! Removing this license file directly violates terms and conditions of the software under testing. Individuals who remove or modify the license file will also carry the consequences.

Scripts

npm test

npm run verbose

npm run coverage

npm run watch

npm run watchAll