From a1fef95500782d15a307b76be8398d78685760a2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 8 Oct 2018 12:41:56 -0700 Subject: [PATCH] test: rename WPT console test test-console-is-a-namespace.js is a WPT Console test. It is the only WPT Console test file that we have that doesn't start with `test-whatwg-`. Rename it to test-whatwg-console-is-a-namespace.js so that WPT tests can be found relatively easily. Just as it is useful to separate the WPT URL tests from our URL tests, it will likely be useful to separate our Console tests from WPT Console tests if we add more WPT Console tests (which I hope we do). PR-URL: https://github.com/nodejs/node/pull/23340 Reviewed-By: Richard Lau Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Colin Ihrig --- ...le-is-a-namespace.js => test-whatwg-console-is-a-namespace.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/parallel/{test-console-is-a-namespace.js => test-whatwg-console-is-a-namespace.js} (100%) diff --git a/test/parallel/test-console-is-a-namespace.js b/test/parallel/test-whatwg-console-is-a-namespace.js similarity index 100% rename from test/parallel/test-console-is-a-namespace.js rename to test/parallel/test-whatwg-console-is-a-namespace.js