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
Hi @MikeMcC399. Just to clarify, the integration-test script works as expected. It runs eslint on a file that contains a valid expect/should usage examples and a basic case for the no-unused-expressions rule:
// this should cause unused expression errorconstfoo={bar: 'baz'};foo.bar;
What would you like?
Add a GitHub Actions Continuous Integration (CI) workflow to test commits to the repo.
The workflow should run available tests such as defined in package.json
eslint-plugin-chai-friendly/package.json
Lines 28 to 32 in d50c7b4
Why is this needed?
There is no CI workflow in the repo so it is possible for problems to stay unnoticed.
Currently the following fail:
npm ci
(see PR chore(deps): update babel dependencies #39 for resolution)npm run integration-test
Other
Current results:
The text was updated successfully, but these errors were encountered: