quolpr / quicktest.nvim

Run your tests in split window or popup with live feedback
MIT License
66 stars 5 forks source link

Fix `playwright.is_enabled` to actually call `options.is_enabled` #20

Closed flunderpero closed 1 month ago

flunderpero commented 1 month ago

Don't return if the test-file pattern matches.

quolpr commented 1 month ago

@flunderpero ooops, thanks for the fix!