1
0
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:
Nick O'Leary 2019-10-28 13:17:57 +00:00
parent cfffcae263
commit 10f4d0de0d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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: {