Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 648 Bytes

DEVELOPMENT.md

File metadata and controls

35 lines (22 loc) · 648 Bytes

NGX-Pact

Development

Manual Testing

To test locally, install @angular-devkit/schematics-cli globally and use the schematics command line tool. That tool acts the same as the generate command of the Angular CLI, but also has a debug mode.

Check the documentation with

schematics --help

Unit Testing

npm run test

will run the unit tests, using jest.

Build

npm run build

Commits

Commits follow conventional commit rules. You can read about it here. Additionally to support you with the proper format you can use

npm run commit