diff --git a/test/lib/ci.js b/test/lib/ci.js index c8d8e169e9b7c..b1fba2ab12b29 100644 --- a/test/lib/ci.js +++ b/test/lib/ci.js @@ -16,7 +16,7 @@ test('should ignore scripts with --ignore-scripts', (t) => { prefix: 'foo', flatOptions: { global: false, - ignoreScripts: true + ignoreScripts: true, }, config: { get: () => false, diff --git a/test/lib/install.js b/test/lib/install.js index d94c9b5f1477f..177952b9e9d66 100644 --- a/test/lib/install.js +++ b/test/lib/install.js @@ -82,7 +82,7 @@ test('should ignore scripts with --ignore-scripts', (t) => { prefix: 'foo', flatOptions: { global: false, - ignoreScripts: true + ignoreScripts: true, }, config: { get: () => false,