syntax highlighting

This commit is contained in:
Leo Horie 2016-12-31 09:41:30 -05:00
parent afcf28ab19
commit d7732d3560

View file

@ -65,7 +65,7 @@ module.exports = {
We can then create a `tests/MyComponent.js` file and create a test for this component like this:
```
```javascript
var MyComponent = require("MyComponent")
o.spec("MyComponent", function() {