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

[Question] Why does vscode-jest runs a apidoc command before running the test? #1161

Open
denppa opened this issue Jul 20, 2024 · 2 comments

Comments

@denppa
Copy link

denppa commented Jul 20, 2024

> apidoc -e node_modules/ -i functions/ -o build_doc/ && apidoc-markdown -p build_doc/ -o api.md

{"level":"warn","message":"Please create an apidoc.json or apidoc.config.js configuration file or add an 'apidoc' key to your package.json."}
{"Path":"/Users/user/git/myrepo","level":"error","message":"No files found."}

I do not need to run the apidoc command before my tests, how do I disable this?

@connectdotz
Copy link
Collaborator

@denppa, this extension doesn't run apidoc.

If you can elaborate with more context, we could help you further.

@mceachen
Copy link

mceachen commented Dec 4, 2024

@denppa look at your pretest script in your package.json.

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

No branches or pull requests

3 participants