https://cypress.io logo
Cucumber and TS issue: Types of property 'setup' ...
# i-need-help
h
I'm trying to migrate our project to TS and I have this error Type 'import("e2e-cypress/node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/esbuild/lib/main").Plugin' is not assignable to type 'import("e2e-cypress/node_modules/esbuild/lib/main").Plugin'. Types of property 'setup' are incompatible.
g
// @ts-ignore
is your friend
h
thank you @gray-kilobyte-89541
5 Views