Skip to content
Snippets Groups Projects
Commit bd163eff authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: prettier

parent 32e21408
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,8 @@ function migrateConfig(config) {
isMigrated = true;
delete migratedConfig.raiseDeprecationWarnings;
if (val === false) {
migratedConfig.suppressNotifications = migratedConfig.suppressNotifications || [];
migratedConfig.suppressNotifications =
migratedConfig.suppressNotifications || [];
migratedConfig.suppressNotifications.push('deprecationWarningIssues');
}
}
......
......@@ -16,7 +16,7 @@ describe('workers/repository/process/extract-update', () => {
it('runs', async () => {
const config = {
repoIsOnboarded: true,
suppressNotifications: ['deprecationWarningIssues']
suppressNotifications: ['deprecationWarningIssues'],
};
await extractAndUpdate(config);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment