Added test environment

This commit is contained in:
Michel ten Voorde
2024-11-05 14:44:54 +01:00
parent 147b396210
commit bfb0973a19
5 changed files with 58 additions and 5 deletions

View File

@@ -69,6 +69,17 @@
"with": "src/environments/environment.development.ts"
}
]
},
"test": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.test.ts"
}
]
}
},
"defaultConfiguration": "production"