it('should resolve jquery to a main path', function (cb) {
    this.queryResult = 'jquery.js';
    this.util.resolveMainPath(this.supportedTypes, 'jquery', '2.0.0', function (err, path) {
      if (err) {
        cb(err);