Sha256: 8204387bbf48d952913b492c9cdbc6dfaf402138e1b91ce6201835b7234fe796
Contents?: true
Size: 353 Bytes
Versions: 10
Compression:
Stored size: 353 Bytes
Contents
// runs before each test to make sure console.error output will // fail a test (i.e. default PropType missing). Check the error // output and traceback for actual error. global.console.error = (error) => { throw new Error(error); }; // Increase jest timeout as some tests using multiple http mocks can time out on CI systems. jest.setTimeout(10000);
Version data entries
10 entries across 10 versions & 1 rubygems