Exemple #1
0
 expect(function () {
     utils.getAllStylesheetRules("1", "2", "3", 3, true);
 }).toThrow();
Exemple #2
0
 expect(function () {
     utils.getAllStylesheetRules();
 }).toThrow();