mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
tests: Add extension to .js imports.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
const test = require("tape");
|
||||
|
||||
const setup = require("./setup");
|
||||
const setup = require("./setup.js");
|
||||
|
||||
// Create new org link should open in the default browser [WIP]
|
||||
|
||||
|
Reference in New Issue
Block a user