We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36488ec commit 86d3e06Copy full SHA for 86d3e06
packages/react/jest.config.js
@@ -3,4 +3,6 @@ const baseConfig = require('../../jest/jest.config.js');
3
module.exports = {
4
...baseConfig,
5
testEnvironment: 'jsdom',
6
+ // We have some tests that trigger warnings, which mess up the test logs
7
+ silent: true,
8
};
0 commit comments