register() doesn't need to return anything

This commit is contained in:
Joshua 2024-02-05 16:21:31 +01:00
parent 4b96c41056
commit bc6ffad697

View file

@ -116,5 +116,4 @@ module.exports = () => {
Cypress.Commands.add("snapshot", { prevSubject: "optional" }, snapshot);
Cypress.Commands.add('SNAPSHOT_prettyprint', cyPrint)
return Cypress;
};