mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-17 09:51:58 -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,
|
|
}
|