diff --git a/docs/testing.md b/docs/testing.md index b2615649..e42696af 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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() {