mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
[DURACOM-191] unit test fix
This commit is contained in:
@@ -64,7 +64,7 @@ describe('Chips component', () => {
|
||||
selector: 'ds-test-cmp',
|
||||
template: ``,
|
||||
standalone: true,
|
||||
imports: [FileUploadModule]
|
||||
imports: [FileUploadModule, UploaderComponent]
|
||||
})
|
||||
class TestComponent {
|
||||
public uploadFilesOptions: UploaderOptions = Object.assign(new UploaderOptions(), {
|
||||
|
Reference in New Issue
Block a user