mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-07 06:59:49 -06:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
const Promise = require('bluebird')
|
|
|
|
module.exports = Promise.promisifyAll(require('fs-extra'))
|