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:
Anders Kaseorg
2023-02-22 14:04:10 -08:00
parent c1675913a2
commit cea1119423
190 changed files with 990 additions and 993 deletions

View File

@@ -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));