From 08725f5bcc56668265071383484fd82029dd65db Mon Sep 17 00:00:00 2001 From: josieusa Date: Mon, 5 Sep 2016 15:46:59 +0200 Subject: [PATCH] Fix wrong comment --- test/main.test.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/main.test.js b/test/main.test.js index 4508279..b714383 100644 --- a/test/main.test.js +++ b/test/main.test.js @@ -114,8 +114,9 @@ describe('cls-hooked-interceptor', function() { (keepContext ? 'not ' : '') + 'lose context', function(done) { - // If you wish to test if NOT losing context, - // set loseContext to false at the top of the file. + // If you wish to test when NOT losing context, + // set the environment variable KEEP_CONTEXT to the string 'true'. + // See at the top of the file; also, see README for more info. // Begin intercepting async calls var warnedDangerousAsyncImport = false;