when writing a playwright test, I've found examples using p/let and ones using deflet/defp Does anyone have an opinion on which one to choose?
can you file a github issue for this? In the sea of threads I'm in on this slack I'll be bound to forget this
@borkdude I'll have a stab at it myself first, and if it leads to nothing I'll file an issue
deflet/defp is geared towards REPL development
REPL is always good... but it should work without REPL as well, or not?
it also works without the repl
btw, did you run https://github.com/borkdude/deflet/blob/main/examples/playwright/example.cljs lately?
the point of deflet is that it works both with and without REPL
> btw did you run I haven't lately
I'm getting
Testing playwright.exampleRan 1 tests containing 0 assertions.0 assertions
hmm that doesn't look right indeed
might be my setup though (tried with node and deno)
I'll take a look later this week