DEBUG: add some more tests to the pile

fix-tests
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
1 changed files with 1 additions and 1 deletions

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