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

chore: Run pre-commit checks on .svelte and json test data files #3327

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

claremacrae
Copy link
Collaborator

Types of changes

Internal changes:

  • Infrastructure (prefix: chore - examples include GitHub Actions, issue templates)

Description

Make the lefthook checks run all tests and lint all files, as appropriate, when *.svelte and tests/Obsidian/__test_data__/*.json are committed.

I have been unable to find a way to run the tests selectively, so have opted for just running all tests when those files are edited.

I wrote the technique up here:

Motivation and Context

@ilandikov and I have both been tripped up by the pre-commit checks:

  • not finding errors in .svelte files
  • not running tests if .svelte or test data .json files are edited

How has this been tested?

By trying to commit broken files, and confirming that the commit failed.

Checklist

Terms

--findRelatedTests does not detect changes in imported json files,
and we have had cases of commits with accidental broken tests,
because lefthook did not run the affected tests pre-commit.

The options seemed to be
1. Write and maintain a .js script to manually detect which tests need to be run
2. On the rare occasions when we change the JSON test data, just run all the tests.

See also my StackOverflow answer about this:
https://stackoverflow.com/a/79437866/104370
@claremacrae claremacrae added the type: internal Only regards development or contributing label Feb 13, 2025
@claremacrae claremacrae merged commit 73e0341 into main Feb 13, 2025
4 checks passed
@claremacrae claremacrae deleted the fix-pre-commit-checks branch February 13, 2025 23:10
@ilandikov
Copy link
Collaborator

Nice improvement, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants