From b762f39803e1a0606f40e6611b096a4d8766e85d Mon Sep 17 00:00:00 2001 From: Zordius Chen Date: Tue, 20 Oct 2015 18:25:34 +0800 Subject: [PATCH] add 1 more requirement note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3c2d4f..f8aa112 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ npm install gulp-jsx-coverage mocha --save-dev ``` * You will need to install coffee-script when you require('foobar.coffee') or write tests as foobar.coffee +* You will need to install isparta when you enable isparta * The golden rule: **Use .jsx as ext name** , require('file.jsx') * The golden rule: **Use .coffee as ext name** , require('file.coffee') * Regular JavaScript files with .js extension may use ES6 features, including mocha tests