jank-lang / clojure.core-test

Dialect-independent tests for clojure.core, focused on locking down how Clojure JVM behaves so that other dialects to reach parity.
Mozilla Public License 2.0
0 stars 0 forks source link

Add support for shadow-cljs #3

Open jeaye opened 4 days ago

jeaye commented 4 days ago

We want to run these tests with both CLJ and CLJS. To do so, we need to bring in shadow-cljs. We'll also need to tweak some of the tests to use reader conditionals, particularly around (thrown? Foo ...) forms.

jaidetree commented 2 days ago

Will take this on, thinking of getting CI done first then can do this and add it to CI