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

@nx/deno exclude lib from coverage #339

Open
pgg opened this issue Sep 13, 2023 · 0 comments
Open

@nx/deno exclude lib from coverage #339

pgg opened this issue Sep 13, 2023 · 0 comments

Comments

@pgg
Copy link

pgg commented Sep 13, 2023

i have a nx workspace with a deno app in apps/ folder and a deno lib in libs folder. how do i exclude the libs from coverage when running tests in app? should the libs not be excluded by default since they should have their own tests? i tried specifying in deno.json of the app's test property "test": {"exclude": [""]} but no combination of paths to libs folder works for me?

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

1 participant