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
Set up husky for frontend AND backend. This means installing it in the root directory of test-app (/test-app) probably (like this and setting up linting/test running for each package.
For adding test support, this may involve changing the test script in the package.json to exit successfully.
Install Husky
Install linter (eslint)
Create husky precommit hook to run linter
Add hook to run tests
The text was updated successfully, but these errors were encountered:
Set up husky for frontend AND backend. This means installing it in the root directory of test-app (
/test-app
) probably (like this and setting up linting/test running for each package.For adding test support, this may involve changing the
test
script in thepackage.json
to exit successfully.eslint
)The text was updated successfully, but these errors were encountered: