chore(deps-dev): bump sinon from 15.1.0 to 15.2.0 (#9021)

Closes #8948
This commit is contained in:
Vladimír Gorej
2023-07-14 14:15:48 +02:00
committed by GitHub
parent ccfb5c7adf
commit 565aed71a5
3 changed files with 17 additions and 17 deletions

View File

@@ -19,5 +19,6 @@ module.exports = {
'<rootDir>/test/unit/components/online-validator-badge.jsx',
'<rootDir>/test/unit/components/live-response.jsx',
],
transformIgnorePatterns: ['/node_modules/(?!(sinon)/)'],
silent: true, // set to `false` to allow console.* calls to be printed
};