unpkg/jest.setup.js

5 lines
160 B
JavaScript
Raw Normal View History

2019-08-01 17:21:57 +00:00
// TODO: Mock out the registry so tests don't actually hit
// the real registry so they don't take so long. Then we can
// remove this.
jest.setTimeout(10000);