nit
This commit is contained in:
parent
1a0919d69c
commit
65c3c6b97b
|
|
@ -192,7 +192,7 @@ export class TeleReporterEmitter implements ReporterV2 {
|
||||||
private _serializeProjectUseOptions(use: reporterTypes.FullProject['use']): Record<string, any> {
|
private _serializeProjectUseOptions(use: reporterTypes.FullProject['use']): Record<string, any> {
|
||||||
return {
|
return {
|
||||||
testIdAttribute: use.testIdAttribute,
|
testIdAttribute: use.testIdAttribute,
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private _serializeSuite(suite: reporterTypes.Suite): teleReceiver.JsonSuite {
|
private _serializeSuite(suite: reporterTypes.Suite): teleReceiver.JsonSuite {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue