From 66490d4f0a4a74fec6562d6142a7a482d891a5aa Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 10 Mar 2021 17:22:37 +0000 Subject: [PATCH] Added --trace-warnings to tests - We've been getting warnings in our tests for some time now, but without --trace-warnings they are impossible to trackdown - Add this flag for all tests so that we can see stack traces and maybe fix some of the issues --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 8e817ab8c2..e2a72f3e83 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -133,6 +133,7 @@ const configureGrunt = function (grunt) { reporter: grunt.option('reporter') || 'spec', timeout: '60000', require: ['core/server/overrides'], + flags: ['--trace-warnings'], exit: true },