mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
87968: Include theme modules in tsconfig.spec.ts
Without this, Webpack errors out when building tests due to theme components missing from the TS compilation
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.spec.ts",
|
||||
"src/**/*.d.ts"
|
||||
]
|
||||
"src/**/*.d.ts",
|
||||
"src/themes/**/*.module.ts"
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user