add todos to write tests

This commit is contained in:
Mads Rasmussen
2022-09-05 17:30:49 +02:00
parent c451917a19
commit 75d8e66ba3
8 changed files with 12 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -0,0 +1,5 @@
import { expect, fixture, html } from '@open-wc/testing';
describe('UmbInstallerContext', () => {
// TODO: Write tests
});

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;