Skip to content

Commit ea2977b

Browse files
committed
removed unused constant
1 parent a4b0ff8 commit ea2977b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ const validationMessages = {
5757
INVALID_CYPRESS_JSON: "cypress.json is not a valid json",
5858
INVALID_DEFAULT_AUTH_PARAMS: "Your username and access key are required to run your tests on BrowserStack. Learn more at https://www.browserstack.com/docs/automate/cypress/authentication",
5959
LOCAL_NOT_SET: "To test <baseUrlValue> on BrowserStack, you will have to set up Local testing. Read more here: https://www.browserstack.com/docs/automate/cypress/local-testing",
60-
INCORRECT_DIRECTORY_STRUCTURE: "No tests to run. Note that your Cypress tests should be in the same directory where the cypress.json exists.",
61-
EMPTY_ARGS: "Empty <argsNotGiven>"
60+
INCORRECT_DIRECTORY_STRUCTURE: "No tests to run. Note that your Cypress tests should be in the same directory where the cypress.json exists."
6261
};
6362

6463
const cliMessages = {

0 commit comments

Comments
 (0)