@bsj/angular-image-picker
Version:
Angular image picker
23 lines • 947 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var testing_1 = require("@angular/core/testing");
var angular_image_picker_component_1 = require("./angular-image-picker.component");
describe('AngularImagePickerComponent', function () {
var component;
var fixture;
beforeEach(testing_1.async(function () {
testing_1.TestBed.configureTestingModule({
declarations: [angular_image_picker_component_1.AngularImagePickerComponent]
})
.compileComponents();
}));
beforeEach(function () {
fixture = testing_1.TestBed.createComponent(angular_image_picker_component_1.AngularImagePickerComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', function () {
expect(component).toBeTruthy();
});
});
//# sourceMappingURL=angular-image-picker.component.spec.js.map
;