Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 464 Bytes

unit.md

File metadata and controls

11 lines (6 loc) · 464 Bytes

Unit Test JavaScript

Run unit tests against your project source code and generate test coverage reports.

Task

Use the {id}-lint task to lint the JavaScript configured in your (https://github.com/daniellmb/AQUA#aquaprojectjson)[aqua.project.json] file.

Configuration

The alljs option should be an array that specifies where to find all the JavaScript written for the project, including source code, specs, end-to-end tests, configuration files etc.