figwheel

Jp Soares 2019-03-11T19:49:01.001800Z

@jpsoares106 has joined the channel

Jp Soares 2019-03-11T19:52:40.004200Z

I'm using devcards' deftest macro, and it gives me the warning var: devcards.core/test-doc is not public. If I use #'deftest the macro is not recognized. I'm trying to disable this warning in the cljs compiler options with :warnings {:private-var-access false} as described in https://clojurescript.org/reference/compiler-options#warnings but figwheel gives me a warning saying it doesn't recognize this key. Does someone know how to get rid with the warning or silence it somehow?