1.

The Mocha hook that runs first before executing any tests in a describe() block is ___________.

Answer»

The MOCHA hook that runs first before executing any tests in a DESCRIBE() BLOCK is ___________.
CHOOSE the correct option from list
(1)afterEach()
(2)after()
(3)beforeEach()
(4)before()

Answer:-(4)before()



Discussion

No Comment Found