Files
archeo010110-ananthology/bower_components/KeyboardJS/test/fixtures/document.js
T

9 lines
126 B
JavaScript

var sinon = require('sinon');
module.exports = {
addEventListener: sinon.stub(),
removeEventListener: sinon.stub(),
};