Skip to content

Commit

Permalink
refactor(deprication warning): show in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Nov 25, 2020
1 parent 32b0f96 commit 0bbb8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cypress-commands/src/index.js
Expand Up @@ -14,7 +14,7 @@ export { enableAutoLogin } from './setups/enableAutoLogin'

// backward compatibility
export const registerCommands = () => {
cy.log('The usage of `registerCommands` has been deprecated')
cy.log('It is now a no-op')
cy.log('commands are registered automatically.')
cy.log(
'The usage of `registerCommands` has been deprecated. It is now a no-op. Commands are registered automatically.'
)
}

0 comments on commit 0bbb8e9

Please sign in to comment.