zjsunit: Deglobalize assert.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-11-30 14:46:45 -08:00
committed by Steve Howell
parent a9ad69bfa4
commit 7b03d48798
124 changed files with 240 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
"use strict";
const {strict: assert} = require("assert");
const moment = require("moment");
const XDate = require("xdate");