added pages and keyboard navigation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
var sinon = require('sinon');
|
||||
|
||||
|
||||
module.exports = {
|
||||
addEventListener: sinon.stub(),
|
||||
removeEventListener: sinon.stub(),
|
||||
};
|
||||
Reference in New Issue
Block a user