arichiardi/replumb

Tests for ns macro with require

Closed this issue · 3 comments

Add tests for ns macro for include-macros and refer-macros like here.

Eg.

(ns testme.core
  (:require [foo.core :as foo :refer [foo-fn] :include-macros true]
            [woz.core :as woz :refer [woz-fn] :refer-macros [apple jax]]))

So this one is not part of #97 right?

No, this will be a separate branch. One for require-macros, one for require and one for the cljc file. It's better to separate them.

👍