diff --git a/src/index.ts b/src/index.ts index 89d9981..a9dba96 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ export const injectAxe = () => { ); }; -export const configureAxe = (configurationOptions = {}) => { +export const configureAxe = (configurationOptions: axe.Spec = {}) => { cy.window({ log: false }).then((win) => { return win.axe.configure(configurationOptions); });