We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fc6ff commit 1975bdbCopy full SHA for 1975bdb
test/Cy.mock.js
@@ -18,7 +18,7 @@ class Cy {
18
};
19
20
this._stubs = {
21
- on: this._sandbox.stub().callsFake((eventName, callback) => {
+ on: this._sandbox.stub().callsFake((_eventName, callback) => {
22
this._callback = callback;
23
}),
24
log: this._sandbox.stub(),
0 commit comments