Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/scripts/scripts/test-playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ try {
// First, try to load the package installed from among the optional peerDependencies.
loadConfig = require( '@wordpress/env/lib/config/load-config' );
} catch ( error ) {
window.console.log(
// eslint-disable-next-line no-console
console.log(
'Notice: Could not find @wordpress/env package. Using WP_BASE_URL environment variable or else the default http://localhost:8889 URL for tests.'
);
}
Expand Down
Loading