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:
parent
30bc751237
commit
66490d4f0a
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ const configureGrunt = function (grunt) {
|
|||
reporter: grunt.option('reporter') || 'spec',
|
||||
timeout: '60000',
|
||||
require: ['core/server/overrides'],
|
||||
flags: ['--trace-warnings'],
|
||||
exit: true
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue