Skip to content
Permalink
b230e4225d
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (8 sloc) 160 Bytes
/*global sinon, suite, beforeEach, test, expect */
(function () {
suite('spec');
beforeEach(function () {
return;
});
test('');
}());
You can’t perform that action at this time.