Lines Matching refs:tests
3 var tests = {};
6 tests.combo = true;
10 tests.star = true;
14 tests.local = true;
18 tests.loader = true;
27 if (!Object.keys(tests).length) {
61 Object.keys(tests).forEach(function(v) {
87 Object.keys(tests).forEach(function(t) {
93 Object.keys(tests).forEach(function(t) {
126 str += '"test: /tests/' + k + '" : function() {\n';
151 app.get('/tests/:type/:id', function(req, res) {
179 console.error('Running tests: ', JSON.stringify(Object.keys(tests)));