add element to all test names
This commit is contained in:
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai';
|
||||
import { UmbInstallerConsentElement } from './installer-consent.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstallerConsent', () => {
|
||||
describe('UmbInstallerConsentElement', () => {
|
||||
let element: UmbInstallerConsentElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai';
|
||||
import { UmbInstallerDatabaseElement } from './installer-database.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstallerDatabase', () => {
|
||||
describe('UmbInstallerDatabaseElement', () => {
|
||||
let element: UmbInstallerDatabaseElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai';
|
||||
import { UmbInstallerErrorElement } from './installer-error.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstallerError', () => {
|
||||
describe('UmbInstallerErrorElement', () => {
|
||||
let element: UmbInstallerErrorElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../core/helpers/chai';
|
||||
import { UmbInstallerElement } from './installer.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstaller', () => {
|
||||
describe('UmbInstallerElement', () => {
|
||||
let element: UmbInstallerElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai';
|
||||
import { UmbInstallerInstallingElement } from './installer-installing.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstallerInstalling', () => {
|
||||
describe('UmbInstallerInstallingElement', () => {
|
||||
let element: UmbInstallerInstallingElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai';
|
||||
import { UmbInstallerUserElement } from './installer-user.element';
|
||||
|
||||
// TODO: Write tests
|
||||
describe('UmbInstallerUser', () => {
|
||||
describe('UmbInstallerUserElement', () => {
|
||||
let element: UmbInstallerUserElement;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
||||
Reference in New Issue
Block a user