Adding a ConfigureTestingServices (#335)
This commit is contained in:
committed by
Steve Smith
parent
f3f74a342e
commit
9695e9e3ba
@@ -74,6 +74,10 @@ namespace Microsoft.eShopWeb.Web
|
||||
ConfigureServices(services);
|
||||
}
|
||||
|
||||
public void ConfigureTestingServices(IServiceCollection services)
|
||||
{
|
||||
ConfigureInMemoryDatabases(services);
|
||||
}
|
||||
|
||||
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
|
||||
Reference in New Issue
Block a user