Skip to content

Jest stops working after too many restarts #168

@owennicol

Description

@owennicol

Environment

  1. node -v: [8.9.0]

  2. npm -v: [5.4.2]

  3. Operating system: [macOS v10.12.5]

Steps to Reproduce

Install Jest extension
Restart VS Code

Expected Behavior

Jest extension runs without error

Actual Behavior

Jest extension errors after multiple attempts at running
Task bar says "Jest: stopped (too many restarts)

Jest OUTPUT
image

Error in console
image

Package.json scripts:

 "scripts": {
    "start": "concurrently --kill-others \"better-npm-run start-prod\" \"npm run start-api\"",
    "test": "jest",
    "updateSnapshots": "jest --updateSnapshot",
    "test-watch": "jest --watch",
  },

Let me know if you need any further info

Thanks,

Owen

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions