* The definition of version components.
()
| 85 | * The definition of version components. |
| 86 | */ |
| 87 | static get versionComponents() { |
| 88 | return Object.freeze({ |
| 89 | major: 'major', |
| 90 | minor: 'minor', |
| 91 | patch: 'patch', |
| 92 | }); |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Returns the test environments as specified in the YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected