This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
npm posttest does not work when tests fail in npm test #5493
Closed
Description
npm test has a pre and a post.
On passing test. npm test triggers npm posttest.
But when any of the test cases fail, npm test does not trigger posttest.
@isaacs - You are the best person for this.