thenbe / neotest-playwright

A playwright adapter for neotest.
MIT License
39 stars 5 forks source link

Javascript config not found #13

Closed AndreiDumitran closed 1 year ago

AndreiDumitran commented 1 year ago

Hello, I know it might be weird but my company uses playwright with javascript instead of typescript. I have tried this option but it seems it's looking just for javascript configs.

 get_playwright_config = function()
            return vim.loop.cwd() + "/playwright.config.js"
          end,

Is there any possibility to support javascript configs? Thanks!

thenbe commented 1 year ago

It should now look for both ts and js extensions by default.