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