diff --git a/lobibox/lobibox.js-test.ts b/lobibox/lobibox.js-tests.ts similarity index 97% rename from lobibox/lobibox.js-test.ts rename to lobibox/lobibox.js-tests.ts index bd0ff33d2..c5fe295a8 100644 --- a/lobibox/lobibox.js-test.ts +++ b/lobibox/lobibox.js-tests.ts @@ -5,7 +5,7 @@ /// - //Run test : LobiboxTest.test() + //Run test : LobiboxTest.test() after window load event class LobiboxTest { static test() { // extending default parameters @@ -138,3 +138,7 @@ class LobiboxTest { }); } } + +window.onload = (): void => { + Notify.error("test"); +};