Skip to content

Commit

Permalink
console : requested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen authored and Trott committed Aug 15, 2017
1 parent b7d9771 commit 8023728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-console-is-a-namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 8023728

Please sign in to comment.