Skip to content

Commit

Permalink
fix: add @playwright/ to playwright preset (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 2, 2024
1 parent 0d9f8a9 commit 08802a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/presets.js
Expand Up @@ -144,9 +144,10 @@ module.exports = {
npmPackages: '{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest}',
},
playwright: {
System: ['OS', 'Memory', 'Container'],
System: ['OS', 'CPU', 'Memory', 'Container'],
Binaries: ['Node', 'Yarn', 'npm', 'pnpm', 'bun'],
Languages: ['Bash'],
npmPackages: 'playwright*',
IDEs: ['VSCode'],
npmPackages: '{playwright*,@playwright/*}',
},
};

0 comments on commit 08802a0

Please sign in to comment.