Skip to content

Commit a80d9e1

Browse files
authored
run all tests (#3001)
1 parent f2c55a4 commit a80d9e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/app/site/container-settings/container-configure/container-configure.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('ContainerConfigureComponent', () => {
4444
spyOn(mockContainerSettingsManager, 'initialize').and.callThrough();
4545
});
4646

47-
fit('should create', () => {
47+
it('should create', () => {
4848
expect(component).toBeDefined();
4949
});
5050
});

client/src/app/site/container-settings/container-settings.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ describe('ContainerSettingsComponent', () => {
5050
spyOn(mockContainerSettingsManager, 'initialize').and.callThrough();
5151
});
5252

53-
fit('should create', () => {
53+
it('should create', () => {
5454
expect(component).toBeDefined();
5555
});
5656

57-
fit('should initialize in Ibiza', () => {
57+
it('should initialize in Ibiza', () => {
5858

5959
const input = {
6060
resourceId: 'resourceId',

0 commit comments

Comments
 (0)