Test noProfileHack

This commit is contained in:
Marien Zwart 2024-06-01 21:10:14 +10:00
parent 8f8f118d94
commit 48c4531e2e
No known key found for this signature in database

View file

@ -79,6 +79,7 @@ in {
};
interactive = doomTest "minimal" { config = [ "default" ]; } { };
interactive-without-loader = doomTest "minimal" { config = [ "default" ]; } { profileName = ""; };
interactive-no-profile-hack = doomTest "minimal" { config = [ "default" ]; } { noProfileHack = true; };
org-re-reveal = doomTest "org-re-reveal" { lang = [ [ "org" "+present" ] ]; } { };