ajv/spec/browser_test_suite.js

9 lines
139 B
JavaScript
Raw Normal View History

2016-10-04 23:16:18 +03:00
'use strict';
module.exports = function (suite) {
suite.forEach(function (file) {
file.test = file.module;
});
return suite;
};