| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,19 +32,19 @@ export class TestSpecification { | |||
| 32 | 32 | /** | |
| 33 | 33 | * Line numbers of the test locations to run. | |
| 34 | 34 | */ | |
| 35 | - public readonly testLines: number[] | undefined | ||
| 35 | + public testLines: number[] | undefined | ||
| 36 | 36 | /** | |
| 37 | 37 | * Regular expression pattern to filter test names. | |
| 38 | 38 | */ | |
| 39 | - public readonly testNamePattern: RegExp | undefined | ||
| 39 | + public testNamePattern: RegExp | undefined | ||
| 40 | 40 | /** | |
| 41 | 41 | * The ids of tasks inside of this specification to run. | |
| 42 | 42 | */ | |
| 43 | - public readonly testIds: string[] | undefined | ||
| 43 | + public testIds: string[] | undefined | ||
| 44 | 44 | /** | |
| 45 | 45 | * The tags of tests to run. | |
| 46 | 46 | */ | |
| 47 | - public readonly testTagsFilter: string[] | undefined | ||
| 47 | + public testTagsFilter: string[] | undefined | ||
| 48 | 48 | ||
| 49 | 49 | /** | |
| 50 | 50 | * This class represents a test suite for a test module within a single project. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments