nix-community.nixvim/tests/test-sources/modules/performance
Stanislav Asunkin 9474ce916a modules/performance: ensure all lua dependencies are byte-compiled
This commit replaces custom lua plugins in tests with shared stub
plugins from utils module.
After this change the test has started to fail. Debugging this issue
I found out that dependencies of plugins weren't processed.
This commit improves the test assertion to detect duplicated
dependencies in this case and fixes the underlying issue by also
processing dependencies.
2025-05-12 17:39:01 +03:00
..
files tests/modules/performance/byte-compile-lua: improve tests 2025-05-12 17:39:01 +03:00
byte-compile-lua.nix modules/performance: ensure all lua dependencies are byte-compiled 2025-05-12 17:39:01 +03:00
combine-plugins.nix tests/modules/performance/combine-plugins: improve assertion messages 2025-04-28 17:26:13 +03:00