From 3880b2738234c1e4375965c31e026bfa1dd6febb Mon Sep 17 00:00:00 2001 From: Hank Duan Date: Fri, 23 Jan 2015 12:36:43 -0800 Subject: [PATCH] docs(referenceConf): clarify jasmine2 options reference --- docs/referenceConf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/referenceConf.js b/docs/referenceConf.js index d351568b9..ae5cd10ca 100644 --- a/docs/referenceConf.js +++ b/docs/referenceConf.js @@ -267,7 +267,8 @@ exports.config = { // Options to be passed to jasmine2. // - // See the full list at https://github.com/jasmine/jasmine-npm + // See https://github.com/jasmine/jasmine-npm/blob/master/lib/jasmine.js + // for the exact options available. jasmineNodeOpts: { // If true, print colors to the terminal. showColors: true,