MOBILE-3947 gulp: Fix minimatch import in build-behat-plugin

main
Dani Palou 2023-11-28 12:40:43 +01:00
parent 4053e2d741
commit 26387703c9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
const minimatch = require('minimatch'); const { minimatch } = require('minimatch');
const { existsSync, readFileSync, writeFileSync, statSync, renameSync, rmSync } = require('fs'); const { existsSync, readFileSync, writeFileSync, statSync, renameSync, rmSync } = require('fs');
const { readdir } = require('fs').promises; const { readdir } = require('fs').promises;
const { mkdirSync, copySync } = require('fs-extra'); const { mkdirSync, copySync } = require('fs-extra');