From 80237284405b680a3a3428ea79af748e8e18d081 Mon Sep 17 00:00:00 2001 From: wandalen Date: Mon, 1 May 2017 22:46:06 +0400 Subject: [PATCH] console : requested comment --- test/parallel/test-console-is-a-namespace.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parallel/test-console-is-a-namespace.js b/test/parallel/test-console-is-a-namespace.js index 4b57e15d8a9be9..2a3a5194d9762a 100644 --- a/test/parallel/test-console-is-a-namespace.js +++ b/test/parallel/test-console-is-a-namespace.js @@ -16,11 +16,12 @@ assert.doesNotThrow(() => { // Tests below are from WPT. /* eslint-disable */ -/* The following tests are copied from. Do not modify. */ +/* The following tests are copied from */ /* WPT Refs: https://github.com/w3c/web-platform-tests/blob/40e451c/console/console-is-a-namespace.any.js License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html */ +/* Do not modify. */ test(() => { assert_true(global.hasOwnProperty('console'));