https://bugzilla.wikimedia.org/show_bug.cgi?id=37390
Web browser: ---
Bug #: 37390
Summary: Update QUnit test suites to use new non-global pattern
Product: MediaWiki
Version: 1.20-git
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: Unprioritized
Component: Unit tests
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected],
[email protected]
Classification: Unclassified
Mobile Platform: ---
module();
test(, function () {
expect();
equal()'
});
- - >
QUnit.module();
QUnit.test(, function ( assert ) {
QUnit.expect();
assert.equal()'
});
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l