diff --git a/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts b/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts index d4f910f739..d838086afe 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerConsentElement } from './installer-consent.element'; +// TODO: Write tests describe('UmbInstallerConsent', () => { let element: UmbInstallerConsentElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts b/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts index 46b9e6fbdc..53ed837f7a 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerDatabaseElement } from './installer-database.element'; +// TODO: Write tests describe('UmbInstallerDatabase', () => { let element: UmbInstallerDatabaseElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts b/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts index 2992367f52..7fc5cd1251 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerErrorElement } from './installer-error.element'; +// TODO: Write tests describe('UmbInstallerError', () => { let element: UmbInstallerErrorElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/installer.context.test.ts b/src/Umbraco.Web.UI.Client/src/installer/installer.context.test.ts new file mode 100644 index 0000000000..7624d47097 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/src/installer/installer.context.test.ts @@ -0,0 +1,5 @@ +import { expect, fixture, html } from '@open-wc/testing'; + +describe('UmbInstallerContext', () => { + // TODO: Write tests +}); diff --git a/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts b/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts index 9f6b57a962..b6d786791b 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../core/helpers/chai'; import { UmbInstallerElement } from './installer.element'; +// TODO: Write tests describe('UmbInstaller', () => { let element: UmbInstallerElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts b/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts index 12ebff3b86..5bb42b87f7 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerInstallingElement } from './installer-installing.element'; +// TODO: Write tests describe('UmbInstallerInstalling', () => { let element: UmbInstallerInstallingElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/shared/layout/installer-layout.test.ts b/src/Umbraco.Web.UI.Client/src/installer/shared/layout/installer-layout.test.ts index 64e0a4240f..ebfb6dcdac 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/shared/layout/installer-layout.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/shared/layout/installer-layout.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../../core/helpers/chai'; import { UmbInstallerLayoutElement } from './installer-layout.element'; +// TODO: Write tests describe('UmbInstallerLayoutElement', () => { let element: UmbInstallerLayoutElement; diff --git a/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts b/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts index c34665e724..f9a1a2caa2 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts @@ -3,6 +3,7 @@ import { expect, fixture, html } from '@open-wc/testing'; import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerUserElement } from './installer-user.element'; +// TODO: Write tests describe('UmbInstallerUser', () => { let element: UmbInstallerUserElement;