2.30.0 - Updated boilerplate, added selection handling - per #637

This commit is contained in:
Francisco Hodge
2020-08-07 17:52:12 -04:00
parent e0ca526419
commit 07743c9ff8
34 changed files with 5080 additions and 9031 deletions
+7 -9
View File
@@ -1,16 +1,14 @@
import TestUtility from '../../utils/TestUtility';
import { setDOM } from '../../utils/TestUtility';
import BasicDemo from '../BasicDemo';
const testUtil = new TestUtility();
it('Demo will load', () => {
testUtil.setDOM();
setDOM();
new BasicDemo();
});
it('Demo onDOMLoaded will work', () => {
testUtil.setDOM();
setDOM();
const demo = new BasicDemo();
@@ -18,7 +16,7 @@ it('Demo onDOMLoaded will work', () => {
});
it('Demo onChange will work', () => {
testUtil.setDOM();
setDOM();
const demo = new BasicDemo();
@@ -28,7 +26,7 @@ it('Demo onChange will work', () => {
});
it('Demo onChange will work', () => {
testUtil.setDOM();
setDOM();
const demo = new BasicDemo();
@@ -38,7 +36,7 @@ it('Demo onChange will work', () => {
});
it('Demo input change will work', () => {
testUtil.setDOM();
setDOM();
const demo = new BasicDemo();
@@ -49,7 +47,7 @@ it('Demo input change will work', () => {
});
it('Demo handleShiftButton will work', () => {
testUtil.setDOM();
setDOM();
const demo = new BasicDemo();