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
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
I was surprised when wGulp did not lint my specs. My expectation came from using wf-grunt, were I believe tests are linted by default. I think it is probably a happy default to test specs, because with a bad enough syntax error, jasmine will silently not run the spec file. CI could succeed with a whole suite of tests broken. That would be bad. I don't think there are large downsides to linting unit tests. Maybe people don't want style enforced on tests?
I was surprised when wGulp did not lint my specs. My expectation came from using wf-grunt, were I believe tests are linted by default. I think it is probably a happy default to test specs, because with a bad enough syntax error, jasmine will silently not run the spec file. CI could succeed with a whole suite of tests broken. That would be bad. I don't think there are large downsides to linting unit tests. Maybe people don't want style enforced on tests?
Here's a quick hack of how to maybe do it. #128
The text was updated successfully, but these errors were encountered: