nbb

Gregory Bleiker 2025-09-01T14:21:11.132269Z

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?

👀 1
borkdude 2025-09-02T09:34:44.795049Z

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

Gregory Bleiker 2025-09-02T11:27:43.727069Z

@borkdude I'll have a stab at it myself first, and if it leads to nothing I'll file an issue

👍 1
borkdude 2025-09-01T14:24:23.506049Z

deflet/defp is geared towards REPL development

Gregory Bleiker 2025-09-01T14:25:39.087289Z

REPL is always good... but it should work without REPL as well, or not?

borkdude 2025-09-01T14:25:47.578799Z

it also works without the repl

Gregory Bleiker 2025-09-01T14:25:50.400149Z

btw, did you run https://github.com/borkdude/deflet/blob/main/examples/playwright/example.cljs lately?

borkdude 2025-09-01T14:26:05.900469Z

the point of deflet is that it works both with and without REPL

borkdude 2025-09-01T14:26:20.109659Z

> btw did you run I haven't lately

Gregory Bleiker 2025-09-01T14:26:33.175879Z

I'm getting

Testing playwright.exampleRan 1 tests containing 0 assertions.

Gregory Bleiker 2025-09-01T14:26:47.558469Z

0 assertions

borkdude 2025-09-01T14:29:07.619589Z

hmm that doesn't look right indeed

Gregory Bleiker 2025-09-01T14:29:46.115579Z

might be my setup though (tried with node and deno)

borkdude 2025-09-01T14:30:24.421089Z

I'll take a look later this week