index.js 219 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 var self = require('sdk/self'); // a dummy function, to show how tests work. // to see how to test this function, look at test/test-index.js function dummy(text, callback) { callback(text); } exports.dummy = dummy;