Skip to content

Commit

Permalink
Gulp test file example added in readme (#6287)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-harshad-mane authored Feb 9, 2021
1 parent 1654d53 commit c27ff14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ To run the unit tests:
gulp test
```

To run the unit tests for a perticular file (example for pubmaticBidAdapter_spec.js):
```bash
gulp test --file "test/spec/modules/pubmaticBidAdapter_spec.js"
```

To generate and view the code coverage reports:

```bash
Expand Down

0 comments on commit c27ff14

Please sign in to comment.