mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-03-06 05:59:06 +00:00
remove logging in tests by default, speeds them up more than 2X!
This commit is contained in:
parent
874fae084b
commit
90ea4ebb61
@ -1,7 +1,5 @@
|
||||
/* Test Utilities */
|
||||
|
||||
htmx.logAll();
|
||||
|
||||
function byId(id) {
|
||||
return document.getElementById(id);
|
||||
}
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
/* Test Utilities */
|
||||
|
||||
htmx.logAll();
|
||||
|
||||
function byId(id) {
|
||||
return document.getElementById(id);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user