mirror of
https://github.com/zulip/zulip.git
synced 2026-06-06 21:12:33 +08:00
This lets us simplify the long-ish ‘../../static/js’ paths, and will remove the need for the ‘zrequire’ wrapper. Signed-off-by: Anders Kaseorg <[email protected]>
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
"use strict";
|
|
|
|
const events = require("../../web/tests/lib/events");
|
|
|
|
console.info(JSON.stringify(events.fixtures, null, 4));
|