Closed jordanpowell88 closed 2 years ago
Currently the CommonModule is being added in some cases multiple times to the TestBedConfig. This adds a check to only add it if it doesn't already exist in the imports array
CommonModule
TestBedConfig
Currently the
CommonModule
is being added in some cases multiple times to theTestBedConfig
. This adds a check to only add it if it doesn't already exist in the imports array