Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

npm test fails #282

Closed
rofe opened this issue Apr 24, 2019 · 1 comment · Fixed by #283
Closed

npm test fails #282

rofe opened this issue Apr 24, 2019 · 1 comment · Fixed by #283
Labels
bug Something isn't working released

Comments

@rofe
Copy link
Contributor

rofe commented Apr 24, 2019

~/code/helix-pipeline/node_modules/nyc/index.js:440
      if (parentInfo.children.indexOf(info.uuid) === -1) {
                     ^

TypeError: Cannot read property 'children' of undefined
    at infos.forEach.info (~/code/helix-pipeline/node_modules/nyc/index.js:440:22)
    at Array.forEach (<anonymous>)
    at NYC.writeProcessIndex (~/code/helix-pipeline/node_modules/nyc/index.js:437:9)
    at ~/code/helix-pipeline/node_modules/nyc/bin/nyc.js:68:9
    at ChildProcess.<anonymous> (~/code/helix-pipeline/node_modules/foreground-child/index.js:52:5)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:915:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)

Seems to be due to istanbuljs/nyc#1067 (fix expected in nyc 14.1.0)

@rofe rofe added the bug Something isn't working label Apr 24, 2019
@adobe-bot
Copy link

🎉 This issue has been resolved in version 1.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants