Skip to content

Commit ff9be5d

Browse files
pm-harshad-manestsepelin
authored andcommitted
Gulp test file example added in readme (prebid#6287)
1 parent 2551ffd commit ff9be5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ To run the unit tests:
202202
gulp test
203203
```
204204

205+
To run the unit tests for a perticular file (example for pubmaticBidAdapter_spec.js):
206+
```bash
207+
gulp test --file "test/spec/modules/pubmaticBidAdapter_spec.js"
208+
```
209+
205210
To generate and view the code coverage reports:
206211

207212
```bash

0 commit comments

Comments
 (0)