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