How to use the i.unittest function in i

To help you get started, we’ve selected a few i examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github quailjs / quail / test / unit / testLibs.html View on Github external
test('groupCasesBySelector', function () {
      var _test = new libs.Test('fakeLinkTest', {
        'type': 'selector',
        'options': {
          'selector': 'i.unittest',
        }
      });
      _test.invoke();
      var casesBySelector = _test.groupCasesBySelector();
      equal(casesBySelector['i.unittest'].length, 10, 'Cases are grouped by selector');
    });
    asyncTest('groupCasesByHtml', function () {

i

custom inflections for nodejs

MIT
Latest version published 3 years ago

Package Health Score

65 / 100
Full package analysis