Jhernandez has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/359409 )

Change subject: Test: Upgrade mw-node-qunit and use globs
......................................................................

Test: Upgrade mw-node-qunit and use globs

To get cross-shell and OS glob support and fix some of the sinon
deprecation warnings regarding getConfig.

Bug: T168054
Change-Id: Idd6d47c1e63836c8429156cd9030ef9fda4479b1
---
M package.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Popups 
refs/changes/09/359409/1

diff --git a/package.json b/package.json
index 3353389..d34cc4a 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "scripts": {
     "start": "webpack -w",
     "build": "NODE_ENV=production webpack",
-    "test:node": "mw-node-qunit `find tests/node-qunit -type f -name '*.js'` | 
tap-dot",
+    "test:node": "mw-node-qunit 'tests/node-qunit/**/*.js' | tap-dot",
     "test:dev": "grunt lint && npm run test:node",
     "test": " npm run check-built-assets && npm run test:dev && npm run doc",
     "doc": "jsdoc -c jsdoc.json",
@@ -25,7 +25,7 @@
     "istanbul": "^0.4.5",
     "jsdoc": "^3.4.3",
     "mock-require": "^2.0.1",
-    "mw-node-qunit": "^2.0.0",
+    "mw-node-qunit": "^2.1.0",
     "nodemon": "^1.11.0",
     "redux": "3.6.0",
     "redux-thunk": "2.2.0",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd6d47c1e63836c8429156cd9030ef9fda4479b1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Popups
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>

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

Reply via email to