From d7732d35608141554217834929acbe4f3c858e88 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 31 Dec 2016 09:41:30 -0500 Subject: [PATCH] syntax highlighting --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {