Revert "plugins/neotest/adapters/playwright: temporarily enable telescope when this adapter is used"

This reverts commit 34d75943ed.
This commit is contained in:
Gaetan Lepage 2024-06-18 20:20:21 +02:00 committed by Gaétan Lepage
parent c2c81a2734
commit 0e93a59567

View file

@ -48,10 +48,5 @@ let
}; };
in in
{ {
imports = (mapAttrsToList mkAdapter supportedAdapters) ++ [ imports = mapAttrsToList mkAdapter supportedAdapters;
# TODO: Remove when https://github.com/NixOS/nixpkgs/pull/319314 reaches `nixos-unstable`
(mkIf config.plugins.neotest.adapters.playwright.enable {
plugins.telescope.enable = mkDefault true;
})
];
} }