Skip to content

Commit

Permalink
Remove obsolete disable-metrics flag in test
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 30, 2022
1 parent 51adf99 commit 39c0992
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test.js
Expand Up @@ -32,13 +32,7 @@ const preset = 'angular';
const getOptions = options => [
{
ci: true,
'disable-metrics': true,
git: {
commit: false,
tag: false,
push: false,
requireUpstream: false
},
git: { commit: false, tag: false, push: false, requireUpstream: false },
plugins: { [pathname]: [namespace, options] }
},
{ log }
Expand Down

0 comments on commit 39c0992

Please sign in to comment.