From 10f4d0de0d205a64f585ee19d41d71607dd5d38d Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 28 Oct 2019 13:17:57 +0000 Subject: [PATCH] DEBUG: add some more tests to the pile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 391092534..4db85f2d0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {