mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
register() doesn't need to return anything
This commit is contained in:
parent
4b96c41056
commit
bc6ffad697
1 changed files with 0 additions and 1 deletions
|
@ -116,5 +116,4 @@ module.exports = () => {
|
||||||
Cypress.Commands.add("snapshot", { prevSubject: "optional" }, snapshot);
|
Cypress.Commands.add("snapshot", { prevSubject: "optional" }, snapshot);
|
||||||
Cypress.Commands.add('SNAPSHOT_prettyprint', cyPrint)
|
Cypress.Commands.add('SNAPSHOT_prettyprint', cyPrint)
|
||||||
|
|
||||||
return Cypress;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue