mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Improved testing of search-results-component
This commit is contained in:
15
src/app/shared/testing/test-module.ts
Normal file
15
src/app/shared/testing/test-module.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { QueryParamsDirectiveStub } from './query-params-directive-stub';
|
||||
|
||||
/**
|
||||
* This module isn't used. It serves to prevent the AoT compiler
|
||||
* complaining about components/pipes/directives that were
|
||||
* created only for use in tests.
|
||||
* See https://github.com/angular/angular/issues/13590
|
||||
*/
|
||||
@NgModule({
|
||||
declarations: [
|
||||
QueryParamsDirectiveStub
|
||||
]
|
||||
})
|
||||
export class TestModule {}
|
Reference in New Issue
Block a user