Where should shared test state variables typically be declared in a describe block?
-
A
At the top of the describe block, outside any it() or beforeEach()
-
B
Inside each individual it() block
-
C
In module-level global variables
-
D
Exclusively inside beforeAll()