mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Update tests to use most recent jest and supporting libraries
This commit is contained in:
@@ -13,12 +13,11 @@ describe('Enhanced textbox', () => {
|
||||
let input;
|
||||
let textarea;
|
||||
let backgroundEl;
|
||||
const stylesheet = document.createElement('style');
|
||||
|
||||
beforeAll(() => {
|
||||
|
||||
// set some default styling
|
||||
const stylesheet = document.createElement('style');
|
||||
|
||||
stylesheet.innerHTML = ".textbox-highlight-textbox { padding: 2px; width: 576px; border-width: 1px; }";
|
||||
stylesheet.innerHTML += "textarea.textbox-highlight-textbox { height: 224px; }";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user