Procházet zdrojové kódy

disable url-plugin again for now

Artur Paikin před 6 roky
rodič
revize
31f82ab785
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/endtoend/wdio.base.conf.js

+ 1 - 1
test/endtoend/wdio.base.conf.js

@@ -22,7 +22,7 @@ exports.config = {
 
   // Patterns to exclude.
   exclude: [
-    // 'test/endtoend/url-plugin/*',
+    'test/endtoend/url-plugin/*',
     'test/endtoend/transloadit/*'
   ],