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

False positive when using vuegister with mocha #241

Closed
Milad opened this issue Jan 27, 2018 · 1 comment · Fixed by #311
Closed

False positive when using vuegister with mocha #241

Milad opened this issue Jan 27, 2018 · 1 comment · Fixed by #311

Comments

@Milad
Copy link
Contributor

Milad commented Jan 27, 2018

My package.json:

{
  "scripts": {
    "test": "mocha --require babel-register --require vuegister/register tests/*.spec.js"
  },
  "dependencies": {
    "vue": "^2.5.13"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "depcheck": "^0.6.8",
    "mocha": "^5.0.0",
    "vuegister": "^0.2.2",
    "vuegister-plugin-babel": "^0.2.1"
  }
}

depcheck --json output:

{
  "devDependencies": [
    "vuegister",
    "vuegister-plugin-babel"
  ]
}
@Milad Milad changed the title False positive when using False positive when using vuegister with mucha Jan 27, 2018
@Milad Milad changed the title False positive when using vuegister with mucha False positive when using vuegister with mocha Jan 27, 2018
@mnkhouri
Copy link
Member

mnkhouri commented Sep 7, 2018

Thanks for the report! I'm going to fold this issue into #287, where there's some more discussion with the same root cause

@mnkhouri mnkhouri closed this as completed Sep 7, 2018
43081j added a commit to 43081j/depcheck that referenced this issue Feb 3, 2019
43081j added a commit to 43081j/depcheck that referenced this issue Feb 3, 2019
43081j added a commit to 43081j/depcheck that referenced this issue Feb 3, 2019
43081j added a commit to 43081j/depcheck that referenced this issue Feb 3, 2019
43081j added a commit to 43081j/depcheck that referenced this issue Feb 3, 2019
43081j added a commit to 43081j/depcheck that referenced this issue Mar 5, 2019
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

Successfully merging a pull request may close this issue.

2 participants