From 7733ab96254f936e1988e2309b4df31c2db06ee6 Mon Sep 17 00:00:00 2001 From: Peter Theill Date: Mon, 8 Feb 2016 09:01:21 +0100 Subject: [PATCH] Remove unnecessary comment about testing --- spec/ParseGlobalConfig.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/ParseGlobalConfig.spec.js b/spec/ParseGlobalConfig.spec.js index dd04a997..c5c52d90 100644 --- a/spec/ParseGlobalConfig.spec.js +++ b/spec/ParseGlobalConfig.spec.js @@ -1,5 +1,3 @@ -// run test when changing related file using -// $ TESTING=1 node_modules/jasmine/bin/jasmine.js spec/ParseGlobalConfig.spec.js var auth = require('../Auth'); var cache = require('../cache');