jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.84k stars 294 forks source link

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

Open denppa opened 4 months ago

denppa commented 4 months ago
> 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 commented 3 months ago

@denppa, this extension doesn't run apidoc.

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