From cff4fffd613834452b90e7157f40847cb036a342 Mon Sep 17 00:00:00 2001 From: Peter Jaap Blaakmeer Date: Wed, 14 Sep 2022 10:03:32 +0200 Subject: [PATCH] Add brackets around tagify --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 72a6e9d..456151a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,5 +1,5 @@ const {defineConfig} = require('cypress'); -const tagify = require('cypress-tags'); +const {tagify} = require('cypress-tags'); const fs = require('fs'); const envConfig = fs.existsSync('./cypress.env.json') ? require('./cypress.env.json') : {};