Suppress Test Logs (#6256)
* Suppress Test Logs This will reduce some of the noise in the tests logs. * replace deprecated buffer * remove deprecation warnings * fix geopoint * Fix GraphQL * postgres warnings
This commit is contained in:
@@ -106,6 +106,7 @@ describe('commander additions', () => {
|
||||
});
|
||||
|
||||
it('should not override config.json', done => {
|
||||
spyOn(console, 'log').and.callFake(() => {});
|
||||
commander.loadDefinitions(testDefinitions);
|
||||
commander.parse(
|
||||
[
|
||||
@@ -160,6 +161,7 @@ describe('commander additions', () => {
|
||||
});
|
||||
|
||||
it('should load config from apps', done => {
|
||||
spyOn(console, 'log').and.callFake(() => {});
|
||||
commander.loadDefinitions(testDefinitions);
|
||||
commander.parse([
|
||||
'node',
|
||||
|
||||
Reference in New Issue
Block a user