Files
zulip/tools/node_lib/dump_fixtures.js
Anders Kaseorg cea1119423 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>
2023-02-23 16:04:17 -08:00

6 lines
126 B
JavaScript

"use strict";
const events = require("../../web/tests/lib/events");
console.info(JSON.stringify(events.fixtures, null, 4));