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