Description
Bring more consistency between variables names in tab unit tests.
Motivation & Context
Just to save some time to my future self. Almost failed to check a use case in one of my latest JS code review after searching similar use cases based on the name of the var.
Type of changes
- Minor refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
All new and existing tests passed