0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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
This commit is contained in:
Hannah Wolfe 2021-03-10 17:22:37 +00:00
parent 30bc751237
commit 66490d4f0a

View file

@ -133,6 +133,7 @@ const configureGrunt = function (grunt) {
reporter: grunt.option('reporter') || 'spec',
timeout: '60000',
require: ['core/server/overrides'],
flags: ['--trace-warnings'],
exit: true
},