Files
cypress/scripts/binary/util/3rd-party.js
Dmitriy Kovalenko 379a9e7008 feat: improve component based tests approach (#5923)
- new mode that mounts the spec iframe instead of application iframe
2020-04-26 16:25:24 -04:00

7 lines
127 B
JavaScript

// but globby supports multiple wildcard search patterns 👏
const globby = require('globby')
module.exports = {
globby,
}