Skip to content

Commit

Permalink
fix: add @playwright/ to playwright preset
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 1, 2024
1 parent 0d9f8a9 commit a74c3f5
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 @@ -147,6 +147,6 @@ module.exports = {
System: ['OS', 'Memory', 'Container'],
Binaries: ['Node', 'Yarn', 'npm', 'pnpm', 'bun'],
Languages: ['Bash'],
npmPackages: 'playwright*',
npmPackages: '{playwright*,@playwright/*}',
},
};

0 comments on commit a74c3f5

Please sign in to comment.