mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-03 21:19:44 -06: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,
|
|
}
|