Skip to content

Instantly share code, notes, and snippets.

View wilsonpage's full-sized avatar

Wilson Page wilsonpage

View GitHub Profile
@wilsonpage
wilsonpage / moduleA.test.js
Created November 21, 2011 16:56 — forked from Raynos/x.js
define([/* dependencies */], function(){
nodeunit.run({
"test my module": function (test) {
// run test
}
});
define(['moduleA.js'], function(ModuleA){
return {
"test1": function (test) {
// run test on ModuleA
},
"test2": function (test) {
// run test on ModuleA
},
@wilsonpage
wilsonpage / credit.md
Last active August 29, 2015 14:19 — forked from annevk/credit.md

After Ryosuke, Travis, Wilson, William, and I discussed the problem for an hour over a burrito, William came up with this approach. All hail William.