Skip to content

Commit 0e93a59

Browse files
committed
Revert "plugins/neotest/adapters/playwright: temporarily enable telescope when this adapter is used"
This reverts commit 34d7594.
1 parent c2c81a2 commit 0e93a59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

plugins/neotest/adapters.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,5 @@ let
4848
};
4949
in
5050
{
51-
imports = (mapAttrsToList mkAdapter supportedAdapters) ++ [
52-
# TODO: Remove when https://github.com/NixOS/nixpkgs/pull/319314 reaches `nixos-unstable`
53-
(mkIf config.plugins.neotest.adapters.playwright.enable {
54-
plugins.telescope.enable = mkDefault true;
55-
})
56-
];
51+
imports = mapAttrsToList mkAdapter supportedAdapters;
5752
}

0 commit comments

Comments
 (0)