mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
webpack: Remove resolve.modules override.
The minimal syntactic sugar it might provide isn’t worth the unexpected side effects (including side effects on third party modules). For now, we allow zrequire to emulate the previous syntax in the Node test suite, even though stealing part of the NPM namespace is confusing. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
7e6bcbeac0
commit
1b94733953
@@ -107,7 +107,6 @@ from tools.lib.test_script import assert_provisioning_status_ok
|
||||
|
||||
assert_provisioning_status_ok(options.force)
|
||||
|
||||
os.environ['NODE_PATH'] = 'static'
|
||||
os.environ['TZ'] = 'UTC'
|
||||
|
||||
INDEX_JS = 'frontend_tests/zjsunit/index.js'
|
||||
|
||||
Reference in New Issue
Block a user