test: Drop threshold for JS builds to be 1% (3.3 KB) (#26426)
Multiple recent cases of unknowingly pushing more JS in `/app`'s JS.
This commit is contained in:
parent
78321360a6
commit
65debdb137
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ class TestBenchBuild(BaseTestCommands):
|
|||
self.assertEqual(result.exception, None)
|
||||
|
||||
CURRENT_SIZE = 3.3 # MB
|
||||
JS_ASSET_THRESHOLD = 0.05
|
||||
JS_ASSET_THRESHOLD = 0.01
|
||||
|
||||
hooks = frappe.get_hooks()
|
||||
default_bundle = hooks["app_include_js"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue