test(plugin): improve tests for auto (#7348)

This commit is contained in:
Ville Vesilehto
2025-06-05 00:37:52 +03:00
committed by GitHub
parent 11774d9e98
commit ddb74cdcf4
7 changed files with 644 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ import (
)
func TestWatcher(t *testing.T) {
t.Parallel()
tempdir, err := createFiles(t)
if err != nil {
t.Fatal(err)
@@ -50,6 +51,7 @@ func TestWatcher(t *testing.T) {
}
func TestSymlinks(t *testing.T) {
t.Parallel()
tempdir, err := createFiles(t)
if err != nil {
t.Fatal(err)