Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 894 Bytes

Readme.md

File metadata and controls

19 lines (14 loc) · 894 Bytes

Red Hat Trusted Application Pipeline Tests

Warning

This tests are in very beta state yet. Before running them you need to perform some steps

Setup

Running tests

To run all tests based on jest confiuration use: yarn test

To run a single test use: yarn test <test file>

To run a specific group of tests use: yarn test --group=<test group> (if you wish to exclude a group use: --group=-<test file>)