We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having a little trouble getting my opal based minitest tests to run.
I'm getting
describe: undefined method 'describe' for main When I try to run the tests.
describe: undefined method 'describe' for main
doing
require 'opal/minitest'
gets me:
append_path: undefined method 'append_path' for undefined
The text was updated successfully, but these errors were encountered:
Hello. Sorry that this software is not working for you.
The included example used to work, though I just tried it and it's having a problem starting the Rake server...
This gem is incomplete, so one should not yet expect it to work dependably. I plan to complete it once I need to use it. Any help is appreciated!
Sorry, something went wrong.
No branches or pull requests
I'm having a little trouble getting my opal based minitest tests to run.
I'm getting
describe: undefined method 'describe' for main
When I try to run the tests.
doing
gets me:
append_path: undefined method 'append_path' for undefined
The text was updated successfully, but these errors were encountered: