fix unused import

This commit is contained in:
H. Shay 2023-11-08 11:41:48 -08:00
parent c18d09314a
commit dc8c3fd63a

View File

@ -13,6 +13,7 @@ interface Context extends Mocha.Context {
moderator?: MatrixClient
}
dns.setDefaultResultOrder('ipv4first');
describe("Test that the app service can provision a mjolnir when requested from the web API", function () {
afterEach(function(this: Context) {