-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error No context found
when evaluating is
form
#124
Comments
@PEZ Follow the error message and do this: The sci.config for cljs.test expects the context in a specific location so it can access it. |
Thanks, @borkdude, that works great. PR coming up. |
Merged
PEZ
added a commit
that referenced
this issue
Dec 31, 2022
* Reset sci context Fixes #124 * Add vscode-test dependency * Add vscode test launcher and some tests * Add integration test step to CI Fixes #125 * apt-get install libnss * sudo apt-get update * sudo apt-get install libnss3-dev * libxss1 libasound2 libatk-bridge2.0-0 libgtk-3-0 libgbm-dev * cimg/clojure:1.11-browsers * Use cljs.test/async * Check that test step fails if test fails * Fix failing test again * Remove redundant test subdir * Remove mystery copy of lifecycle.cljs * Save vscode install in cache * Key vscode test-runner cache on test project package.json * Restore build before restoring cache * Rename ws scripts test * Add npm usage test (fails) * Disable npm test * Use (store/get-ctx) instead of dereffing * Less roundabout parent dir resolve * Run all namespaces in one go * Resolve deffered promise when tests done * Use waiter promise instead of delay to sync workspace-activate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't evaluate
is
forms. Here's a minimal example:<user-config>/joyride/src/cljs-test.cljs
:Evaluating the
ns
form works fine, but evaluating theis
form I get:Evaluating the
deftest
form without theis
also works.The text was updated successfully, but these errors were encountered: