Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cljc and clojurescript support? #442

Open
azizzaeny opened this issue Jul 17, 2018 · 4 comments
Open

cljc and clojurescript support? #442

azizzaeny opened this issue Jul 17, 2018 · 4 comments

Comments

@azizzaeny
Copy link

how do you use Midje on clojurescript? can i use it..?

@azizzaeny
Copy link
Author

i found smidje..

providing :refer-macros for clojurescript..
simply put .cljs files... on core so compiler cljs can undrestand it...
like smidje did... what do you think.?

@mauricioszabo
Copy link

I've implemented something over the expectations library called check that may help you. It's still on its infancy but is quite usable too.

@azizzaeny
Copy link
Author

Hi @mauricioszabo , its looks promising because, user can use => arrow then writing is like midje style,

but i m not yet checked it,
could you release it to clojars, so i can pull it?

@mauricioszabo
Copy link

It's already on Clojars, version 0.0.2-SNAPSHOT. You call pull it in your project using [check "0.0.2-SNAPSHOT"]. I still didn't publish a "stable version" because of some little issues with ClojureScript in different envs (Figwheel works fine, Shadow CLJS not yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants