Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running StrykerJS example #14

Open
dchahuan opened this issue Apr 1, 2022 · 1 comment
Open

Error in running StrykerJS example #14

dchahuan opened this issue Apr 1, 2022 · 1 comment

Comments

@dchahuan
Copy link

dchahuan commented Apr 1, 2022

When I run npm run stryker it times out and doesn't run the mutations

@whalemare
Copy link

Update devDependencies to latest and it works

  "devDependencies": {
    "angular-mocks": "1.8.3",
    "jasmine-core": "4.3.0",
    "karma": "6.4.0",
    "karma-chrome-launcher": "3.1.1",
    "karma-coverage": "2.2.0",
    "karma-jasmine": "5.1.0",
    "lite-server": "^2.6.1",
    "@stryker-mutator/core": "6.1.2",
    "@stryker-mutator/karma-runner": "6.1.2"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants