cider

sirwobin 2025-05-23T13:53:11.998259Z

Hello folks. I have defined some tests with a meta-data keyword which I would like to exclude some of the time and I would appreciate some guidance with the nrepl integration. The tests look like (deftest ^:integration blahtest... and I suspect that a refinement to the var-query sent by the editor to the nrepl integration will do the trick but I'm a bit lost for where to look next. The editor sends the following message

{
  op: 'test-var-query',
  id: '72',
  session: 'e250fad4-81b3-4a05-8c4c-b771e0fb9fb7',
  'var-query': { 'test?': true }
}

sirwobin 2025-05-23T13:54:46.472779Z

How should the var-query change to exclude tests with the integration meta-data?

sirwobin 2025-05-23T14:04:45.045369Z

I also asked on #nrepl.

liebs 2025-05-23T21:57:03.483869Z

Passing along a bug report from #nbb: using cider-jack-in-cljs appears to create a JVM REPL even when the nbb type is selected