You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a library in 'lib/' and have added some unit tests to it but there does not seem to be a way to exclude them from the build.
The exclude option in a library.json is not used (I don't even see if that file is parsed for local libraries in the source) and the src_filter option is not applied to libraries.
Is there another solution I missed?
The text was updated successfully, but these errors were encountered:
The exclude option in a library.json is not used (I don't even see if that file is parsed for local libraries in the source) and the src_filter option is not applied to libraries.
I have a library in 'lib/' and have added some unit tests to it but there does not seem to be a way to exclude them from the build.
The
exclude
option in alibrary.json
is not used (I don't even see if that file is parsed for local libraries in the source) and thesrc_filter
option is not applied to libraries.Is there another solution I missed?
The text was updated successfully, but these errors were encountered: