unpkg/jest.setup.js

5 lines
160 B
JavaScript

// 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);