Fix wrong comment

This commit is contained in:
josieusa 2016-09-05 15:46:59 +02:00
parent 3bae15f5d8
commit 08725f5bcc
1 changed files with 3 additions and 2 deletions

View File

@ -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;