Skip to content

Commit

Permalink
fix(presets): find Playwright NPM packages (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Feb 1, 2021
1 parent 61ea98f commit c44a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ module.exports = {
System: ['OS', 'Memory', 'Container'],
Binaries: ['Node', 'Yarn', 'npm'],
Languages: ['Bash'],
npmPackages: '{playwright*}',
npmPackages: 'playwright*',
},
};

0 comments on commit c44a166

Please sign in to comment.