Skip to content
Snippets Groups Projects
Verified Commit 55db077b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: fix loading select #135

parent 69718fe7
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ describe('ConfirmButton', function () {
mocks.innerHTML = "";
})
it('should has childs', function (done) {
it('should have childs', function (done) {
let mocks = document.getElementById('mocks');
const button = document.createElement('monster-confirm-button');
......
This diff is collapsed.
This diff is collapsed.
......@@ -103,7 +103,7 @@ describe('StateButton', function () {
mocks.innerHTML = "";
})
it('should has no options', function (done) {
it('should have no options', function (done) {
let mocks = document.getElementById('mocks');
const button = document.createElement('monster-state-button');
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -5,6 +5,7 @@ try {
try {
try {
try {
try {
(() => {
var __create = Object.create;
var __defProp = Object.defineProperty;
......@@ -48103,3 +48104,7 @@ document.getElementById('mocha-stats').style.backgroundColor = 'red';
document.getElementById('mocha-errors').insertAdjacentHTML('afterbegin', e );
document.getElementById('mocha-stats').style.backgroundColor = 'red';
}
} catch (e) {
document.getElementById('mocha-errors').insertAdjacentHTML('afterbegin', e );
document.getElementById('mocha-stats').style.backgroundColor = 'red';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment