mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-14 13:20:29 -05:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
// but globby supports multiple wildcard search patterns 👏
|
|
const globby = require('globby')
|
|
|
|
module.exports = {
|
|
globby,
|
|
}
|