From 7c99a6c4e768b519a934176cfef782940cfb0119 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 16 Dec 2018 18:50:46 +0100 Subject: [PATCH] chore: update snapshots --- .../__snapshots__/flatten.spec.js.snap | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/test/workers/repository/updates/__snapshots__/flatten.spec.js.snap b/test/workers/repository/updates/__snapshots__/flatten.spec.js.snap index d164bc1cb6..b5c13e5e9b 100644 --- a/test/workers/repository/updates/__snapshots__/flatten.spec.js.snap +++ b/test/workers/repository/updates/__snapshots__/flatten.spec.js.snap @@ -81,7 +81,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -176,7 +178,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -270,7 +274,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -366,7 +372,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -460,7 +468,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -556,7 +566,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -651,7 +663,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, @@ -746,7 +760,9 @@ Array [ "separateMinorPatch": false, "skipInstalls": null, "statusCheckVerify": false, - "suppressNotifications": Array [], + "suppressNotifications": Array [ + "deprecationWarningIssues", + ], "timezone": null, "unpublishSafe": false, "updateLockFiles": true, -- GitLab