Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'test/unit/**/*.spec.js': function(config, filepath) {
config['mochaTest.tests.src'] = ['test/setup/helpers.js', filepath];
config['jshint.javascripts.src'] = [];
config['jshint.tests.src'] = [filepath];
},
'src/**/*.js': function(config, filepath) {