My test are not running. I don’t know reason why it was happened.
Below is the error i am getting.
FAIL test/create-update-comments.test.js
● Test suite failed to run**
TypeError: Cannot read property 'close' of undefined**
17 |
18 | async teardown() {
> 19 | await this.global.mflixClient.close()
| ^
20 | await super.teardown()
21 | }
22 |