Commit 3b786537 authored by catch's avatar catch
Browse files

Issue #3414754 by Spokje: Remove unused require-s from Nightwatch commands

(cherry picked from commit 1a6fdb41)
parent 6f6f581d
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
const { execSync } = require('child_process');
const { URL } = require('url');
const { commandAsWebserver } = require('../globals');

/**
+0 −3
Original line number Diff line number Diff line
const { execSync } = require('child_process');
const { URL } = require('url');

/**
 * Logs out from a Drupal site.
 *
+0 −1
Original line number Diff line number Diff line
const { spawn } = require('child_process');
const path = require('path');
const fs = require('fs');
const mkdirp = require('mkdirp');