add todos to write tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
import { expect, fixture, html } from '@open-wc/testing';
|
||||
|
||||
describe('UmbInstallerContext', () => {
|
||||
// TODO: Write tests
|
||||
});
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user