We currently assume that there is an npm script called "test", but that is not always the case (see https://github.com/yarnpkg/berry/blob/master/package.json for example)
We need to think of a way to realize the test script if one doesn't exist (and to verify its existence before hand)
We currently assume that there is an npm script called "test", but that is not always the case (see https://github.com/yarnpkg/berry/blob/master/package.json for example)
We need to think of a way to realize the test script if one doesn't exist (and to verify its existence before hand)