tests: Add extension to .js imports.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-07-20 19:05:12 -07:00
parent 320e152897
commit 380ea3a891
4 changed files with 4 additions and 4 deletions

View File

@@ -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]