mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
DEBUG: add some more tests to the pile
This commit is contained in:
parent
cfffcae263
commit
10f4d0de0d
@ -65,7 +65,7 @@ module.exports = function(grunt) {
|
||||
all: { src: ["test/unit/_spec.js","test/unit/**/*_spec.js","test/nodes/**/*_spec.js"] },
|
||||
core: { src: ["test/unit/_spec.js","test/unit/**/*_spec.js"]},
|
||||
nodes: { src: ["test/nodes/**/*_spec.js"]},
|
||||
trouble: {src: ["test/nodes/core/function/89-trigger_spec.js"]}
|
||||
trouble: {src: ["test/nodes/core/function/*_spec.js"]}
|
||||
},
|
||||
jshint: {
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user