Add script for manual testing with mx-tester

This commit is contained in:
gnuxie
2021-09-24 10:53:19 +01:00
parent 0a6b122f5c
commit b838caee09
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -15,13 +15,10 @@ limitations under the License.
*/
import {
MatrixClient,
Permalinks,
PantalaimonClient,
MemoryStorageProvider
} from "matrix-bot-sdk";
import config from "../../src/config";
import * as HmacSHA1 from 'crypto-js/hmac-sha1';
import axios from 'axios';
import * as path from 'path';
import * as fs from 'fs/promises';
import { setupMjolnir } from '../../src/setup';