init
This commit is contained in:
23
node_modules/cypress-cucumber-preprocessor/resolveStepDefinition.js
generated
vendored
Normal file
23
node_modules/cypress-cucumber-preprocessor/resolveStepDefinition.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// reexporting here for backward compability
|
||||
const {
|
||||
Given,
|
||||
When,
|
||||
Then,
|
||||
And,
|
||||
But,
|
||||
defineParameterType,
|
||||
} = require("./lib/resolveStepDefinition");
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn(
|
||||
"DEPRECATION WARNING! Please change your imports from cypress-cucumber-preprocessor/resolveStepDefinition to cypress-cucumber-preprocessor/steps"
|
||||
);
|
||||
|
||||
module.exports = {
|
||||
Given,
|
||||
When,
|
||||
Then,
|
||||
And,
|
||||
But,
|
||||
defineParameterType,
|
||||
};
|
Reference in New Issue
Block a user