mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
node_tests: Move to web/tests.
This lets us simplify the long-ish ‘../../static/js’ paths, and will remove the need for the ‘zrequire’ wrapper. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
const events = require("../../frontend_tests/node_tests/lib/events");
|
||||
const events = require("../../web/tests/lib/events");
|
||||
|
||||
console.info(JSON.stringify(events.fixtures, null, 4));
|
||||
|
||||
Reference in New Issue
Block a user