Ferdbold has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/260863

Change subject: Fix unit test dependencies
......................................................................

Fix unit test dependencies

Bug: T121638
Change-Id: I2baf743dff4691542c91b3d65c74bb73f03edfbc
---
M Graph.hooks.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Graph 
refs/changes/63/260863/1

diff --git a/Graph.hooks.php b/Graph.hooks.php
index 36dcb6d..9bf158d 100644
--- a/Graph.hooks.php
+++ b/Graph.hooks.php
@@ -103,7 +103,8 @@
                                        
'modules/ve-graph/tests/ext.graph.visualEditor.test.js'
                                ),
                                'dependencies' => array(
-                                       'ext.graph.visualEditor'
+                                       'ext.graph.visualEditor',
+                                       'ext.graph.vega1'
                                ),
                                'localBasePath' => __DIR__,
                                'remoteExtPath' => 'Graph'

-- 
To view, visit https://gerrit.wikimedia.org/r/260863
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2baf743dff4691542c91b3d65c74bb73f03edfbc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Graph
Gerrit-Branch: master
Gerrit-Owner: Ferdbold <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to