UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (9 loc) 382 B
// Shim definition to export a namespace. Cypress is actually a global module // so import/export isn't allowed there. We import here and define a global module // so that Cypress can get and use the Blob type import BluebirdStatic = require('./bluebird') export = Bluebird export as namespace Bluebird declare namespace Bluebird { type BluebirdStatic = typeof BluebirdStatic }