You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use promises and async/await to ensure that one test finishes before
another one starts. This prevents errors thrown in one test from
appearing to originate from another test.
* Perform garbage collection consistently, via `testUtil.runGCTests()`,
to ensure that it is performed correctly and that its results are
awaited.
PR-URL: nodejs/node-addon-api#773
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
0 commit comments