}
// Valid, with a namespace.
testDependencyDef = vendor.makeDependencyDef(vendor.makeComponentDefDescriptor("hi"), "aura", null,
vendor.makeLocation("f1", 5, 5, 0));
testDependencyDef.validateDefinition();
// Valid, with a namespace & type.
testDependencyDef = vendor.makeDependencyDef(vendor.makeComponentDefDescriptor("hi"), "aura", "COMPONENT",
vendor.makeLocation("f1", 5, 5, 0));
testDependencyDef.validateDefinition();