We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e57706f + 73bdb09 commit ff3f0fdCopy full SHA for ff3f0fd
CONTRIBUTING.md
@@ -34,6 +34,15 @@ bundle install
34
bundle exec rake
35
```
36
37
+Note that test:miniracer is failed in the tests, because mini_racer is not installed, and it is mutually exclusive with therubyracer.
38
+
39
+To run test:miniracer
40
41
+```
42
+EXECJS_RUNTIME=MiniRacer bundle install --path=<path>
43
+EXECJS_RUNTIME=MiniRacer bundle exec rake test:miniracer
44
45
46
#### Write Tests
47
48
Try to write a test that reproduces the problem you're trying to fix or describes a feature that you want to build. Add to [test](test).
0 commit comments