You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(()=>{unblockReview.getLeftHalfOfUnblockTemplate(wikitext,appealReason);}).toThrow("Failed to find left half of unblock template in the wikicode");
105
105
});
106
106
107
107
test('Skip <nowiki>{{unblock}}',()=>{
108
108
constwikitext=`Test <code><nowiki>{{unblock|reason=Your reason here ~~~~}}</nowiki></code> Test`;
0 commit comments