Add a unit test for `model/dotfile_apps.go`. You may need to use `testify` to set up the unit test. Create files in the setup and remove them at the end. You can learn the pattern from `model/config_test.go`.
Add a unit test for
model/dotfile_apps.go. You may need to usetestifyto set up the unit test. Create files in the setup and remove them at the end.You can learn the pattern from
model/config_test.go.