mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #278 from hindessm/fix-jshint-of-tests
Fix jshint 'tests' definition.
This commit is contained in:
		| @@ -71,7 +71,7 @@ module.exports = function(grunt) { | ||||
|                 }, | ||||
|                 tests: { | ||||
|                     files: { | ||||
|                         src: ['test/*.js'] | ||||
|                         src: ['test/**/*.js'] | ||||
|                     }, | ||||
|                     options: { | ||||
|                         "expr": true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user