🐛(app-impress) fix all the resources were public

All the resources were public.
We now update correctly depend the user's choice.
We add a test.
This commit is contained in:
Anthony LC
2024-04-18 13:21:08 +02:00
committed by Anthony LC
parent 64cc2a9f2b
commit 82463be8ec
4 changed files with 37 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
plugins: ['playwright'],
rules: {
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
},
},
],